Browse thread
caml_oldify_local_roots takes 50% of the total runtime
[
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: | 2006-10-27 (11:36) |
From: | Hendrik Tews <H.Tews@c...> |
Subject: | Re: [Caml-list] caml_oldify_local_roots takes 50% of the total runtime |
Gerd Stolpmann <info@gerd-stolpmann.de> writes: Global roots are for pointers that are outside the heap for a long time. I think these could be handled more efficiently by the GC, e.g. by moving global roots to a second list when the object referenced by the pointer is moved to the major heap. I destilled this thread into two feature wishs: 4145, 4146. Hendrik