caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Jones' GC book up to date wrt Caml ?
@ 2004-07-15  8:32 Diego Olivier Fernandez Pons
  2004-07-15  8:48 ` Xavier Leroy
  0 siblings, 1 reply; 2+ messages in thread
From: Diego Olivier Fernandez Pons @ 2004-07-15  8:32 UTC (permalink / raw)
  To: caml-list

    Bonjour,

After the thread on "slow arithmetics" of Caml, I have bought Richard
Jones' book on Garbage collection. It was first printed in 1996 and
reprinted in 1997, 1999, 2000, 2003 and 2004. It seems to have been
slightly revised a few times.

It mentions on chapter 8 "Doliguez-Leroy-Gonthier's replicating
collector" (1993, 1994) for Concurrent Caml Light. I was wondering if
it was up to date and if not where could I find more information on
caml's garbage collector to complete my readings.

        Diego Olivier

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


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

* Re: [Caml-list] Jones' GC book up to date wrt Caml ?
  2004-07-15  8:32 [Caml-list] Jones' GC book up to date wrt Caml ? Diego Olivier Fernandez Pons
@ 2004-07-15  8:48 ` Xavier Leroy
  0 siblings, 0 replies; 2+ messages in thread
From: Xavier Leroy @ 2004-07-15  8:48 UTC (permalink / raw)
  To: Diego Olivier Fernandez Pons; +Cc: caml-list

> It mentions on chapter 8 "Doliguez-Leroy-Gonthier's replicating
> collector" (1993, 1994) for Concurrent Caml Light. I was wondering if
> it was up to date and if not where could I find more information on
> caml's garbage collector to complete my readings.

There is some material on Damien Doligez's page:

      http://cristal.inria.fr/~doligez/caml-guts/

The GC used in OCaml is an incremental (non-concurrent) variant of the
DLG concurrent collector.  The differences are described in Damien's
PhD thesis, section 7.4 (available from the Web page above).

- Xavier Leroy

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


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

end of thread, other threads:[~2004-07-15  8:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-15  8:32 [Caml-list] Jones' GC book up to date wrt Caml ? Diego Olivier Fernandez Pons
2004-07-15  8:48 ` Xavier Leroy

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).