caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Mastering the garbage collector
@ 2009-06-25 14:57 Tiphaine Turpin
  2009-06-25 15:14 ` Sylvain Le Gall
  2009-06-25 15:53 ` [Caml-list] " Julien Signoles
  0 siblings, 2 replies; 7+ messages in thread
From: Tiphaine Turpin @ 2009-06-25 14:57 UTC (permalink / raw)
  To: caml-list

Hi,

I have difficulties with the garbage colloector. I have a program that
use a lot of memory to build a small result, before doing something
else. I expected all the memory but the result to be collected when
doing a full_major, but this is not the case. I have tried to
encapsulate all references to the large intermediate data in a function,
compiling with -inline 0, but it does not work. Any idea ? More
generally, is there a specification of the notion of root used by the
garbage collector somewhere ?

Thanks,

Tiphaine


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-06-27  7:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-25 14:57 Mastering the garbage collector Tiphaine Turpin
2009-06-25 15:14 ` Sylvain Le Gall
2009-06-25 15:37   ` [Caml-list] " Tiphaine Turpin
2009-06-25 18:12     ` Christophe Raffalli
2009-06-26  7:28       ` Tiphaine Turpin
2009-06-27  7:51         ` Christophe Raffalli
2009-06-25 15:53 ` [Caml-list] " Julien Signoles

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).