[
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: | -- (:) |
| From: | Damien Doligez <damien.doligez@i...> |
| Subject: | Re: [Caml-list] gc oddness |
On Mar 3, 2005, at 00:55, Lodewijk Voge wrote: > does anyone know why compiling and running this: > > let _ = > while true do > Gc.full_major(); > done > > results in a process that grows as quickly and as big as it can? It doesn't grow that fast, but that's still a good question. I'll look into it and I'll let you know when I have the answer. -- Damien