Browse thread
announce: callbacks-0.1
[
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: | 2005-09-10 (21:02) |
From: | Christophe Raffalli <christophe.raffalli@u...> |
Subject: | caml_register_unmutable_global_root |
> > I would have been very interested in a profiling of your initial > implementation. The only reason why the Caml hashtable can beat the > global roots is that the latter are not generational: since the > contents of registered global roots can change at any time without > notifying the GC, all global roots must be scanned at every minor > collection. > why not add a caml_register_unmutable_global_root() ? For callback this should be ok in most cases ... > - Xavier Leroy > > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs