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 _______________________________________________ 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