garbage collector



Hi,

we've written some binding system for O'Caml
(http://pauillac.inria.fr/ocaml/htmlman). So far, we've used some very
simple garbage collecting scheme: callbacks, when installed, are marked as
global roots for the GC, and when the destroy function is called, the
global root is deleted.

Are there any other things that should be paid attention to?

-- David




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]