[
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: | Brian Rogoff <bpr@b...> |
| Subject: | Re: [Caml-list] Memory leak |
On Mon, 15 Apr 2002, Martin Jambon wrote: > Hello, > > Is it possible that non-negligible amounts of unreachable data are never > freed by the GC? Sure. There was a great demo of this on the translator's list for the O'Reilly book; create a representation of stacks based on arrays with a top of stack index. Popping items off of the stack by moving the TOS pointer around won't free them. Could you be doing something like that? -- Brian ------------------- 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