Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: "T. Kurt Bond" <tkb@tkb.mpl.com>
To: caml-list@inria.fr
Cc: "T. Kurt Bond" <tkb@tkb.mpl.com>
Subject: Re: AW: [Caml-list] Conservative GC
Date: Fri, 13 Aug 2004 10:41:26 -0400	[thread overview]
Message-ID: <16668.54038.680668.895858@tkb.mpl.com> (raw)
In-Reply-To: <16668.53521.633388.479965@tkb.mpl.com>

Conservative GC has the drawback that there *are* pathological cases
where the GC, because of its conservatism, retains memory that could
actually be discarded.  If I remember correctly, the PLT Scheme folks,
who use the BDW conservative gc, apparently ran into this with the web
server that is distributed with DrScheme, and I've seen mention of
other programs that use the BDW gc occasionally running into this
problem.  In these cases it is often possible to tune the program to
eliminate the pathological case, but it's often difficult to figure
out the source of the problem.  Accurate (that is, non-conservative)
gc, of course, does not have this problem.
-- 
T. Kurt Bond, tkb@tkb.mpl.com

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


  reply	other threads:[~2004-08-13 14:41 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-12 15:22 AW: [Caml-list] The tag bit Bauer, Christoph
2004-08-13  3:53 ` Jacques Garrigue
2004-08-13 12:58   ` Christophe Raffalli
2004-08-13 13:14     ` [Caml-list] Other GC in ML family ? Diego Olivier Fernandez Pons
2004-08-13 13:24     ` AW: [Caml-list] The tag bit Andreas Rossberg
2004-08-13 14:32       ` T. Kurt Bond
2004-08-13 14:41         ` T. Kurt Bond [this message]
2004-08-13 16:14         ` Ville-Pertti Keinonen
2004-08-13 14:28     ` skaller
2004-08-13 15:44       ` Christophe Raffalli
2004-08-13 15:40     ` Brian Hurt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=16668.54038.680668.895858@tkb.mpl.com \
    --to=tkb@tkb.mpl.com \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox