Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: Ken Wakita <wakita@is.titech.ac.jp>
To: point@chasm.org, caml-list@inria.fr
Subject: Re: Different GCs for OCaml
Date: Fri, 21 Jul 2000 16:59:47 +0900	[thread overview]
Message-ID: <20000721165947J.wakita@is.titech.ac.jp> (raw)
In-Reply-To: <4.3.2.7.0.20000719094927.00aaee20@chasm.org>


We are developing a common testbed to compare various statistics of
different GC strateies on top of a modified O'Caml.  Using a prototype
system we have generational copying, mark & sweep, reference counting,
and their variants.  We are not sure if our approach conflicts with
systhread support, though.

The answer depends on what kind of GC and the quality of GC
performance you require.  If you are not concerned about the execution
performance, it is not so difficult, say two-four weeks.  If you need
optimized performance, you need to modify the compiler because many GC
strategies that can be accelerated by reducing the number of
read/write barrier execution.  If you are interested in modern GC
strategies such as tag-free GC then you probably modify almost all
part of O'Caml implementation.

Ken Wakita

In message (<4.3.2.7.0.20000719094927.00aaee20@chasm.org>)
from Jack Point <point@chasm.org>,
talking about "Different GCs for OCaml",
on Wed, 19 Jul 2000 09:50:27 -0700

point> How easy would it be to try different GC strategies with OCaml?



  reply	other threads:[~2000-07-21  8:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-07-19 16:50 Jack Point
2000-07-21  7:59 ` Ken Wakita [this message]
2000-08-01 13:46   ` Dmitri Lomov
2000-08-04 10:08     ` Xavier Leroy

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=20000721165947J.wakita@is.titech.ac.jp \
    --to=wakita@is.titech.ac.jp \
    --cc=caml-list@inria.fr \
    --cc=point@chasm.org \
    /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