Browse thread
[Caml-list] Garbage collecting _everything_
-
Roberto Bagnara
- Daniel_Bünzli
-
skaller
- Richard Jones
- Roberto Bagnara
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2004-06-05 (16:50) |
From: | Richard Jones <rich@a...> |
Subject: | Re: [Caml-list] Garbage collecting _everything_ |
On Sun, Jun 06, 2004 at 02:29:36AM +1000, skaller wrote: > Clearly, global variables created thusly: > > let x = create_object () [...] This is interesting. Is there a way to force OCaml to collect all objects at exit, even global ones, obviously after all possible user code has stopped running? In Java I seem to remember there was a way to configure the Gc to run all finalizers at exit. One would think it should be possible with a setting in OCAMLRUNPARAM. Rich. -- Richard Jones. http://www.annexia.org/ http://www.j-london.com/ Merjis Ltd. http://www.merjis.com/ - improving website return on investment C2LIB is a library of basic Perl/STL-like types for C. Vectors, hashes, trees, string funcs, pool allocator: http://www.annexia.org/freeware/c2lib/ ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners