Search found 2 matches

by frisky
Wed Apr 20, 2011 12:45 am
Forum: Common Lisp
Topic: Preventing lifetime analysis
Replies: 6
Views: 6360

Re: Preventing lifetime analysis

Hi, thanks for all your replies! :) With regard to some of the reservations, the problem occurs only very, very rarely, but having multithreaded code that runs for days with heavy heap allocation seems to be enough to trigger it. The clue to this was finding that the call to the foreign function bom...
by frisky
Mon Apr 18, 2011 2:17 am
Forum: Common Lisp
Topic: Preventing lifetime analysis
Replies: 6
Views: 6360

Preventing lifetime analysis

Hi guys, I'm busy writing a partial binding (not at all ready for any sort of release, I blame my thesis) of the OpenCV library. To integrate garbage collection, I've wrapped key foreign objects with clos objects and attached a finalizer to the clos wrappers. Now, the problem is that sometimes, if y...