caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Jon Harrop <jon@ffconsultancy.com>
To: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] ocaml garbage collector_S_
Date: Sun, 22 Feb 2009 14:00:57 +0000	[thread overview]
Message-ID: <200902221400.58077.jon@ffconsultancy.com> (raw)
In-Reply-To: <20090222112614.GA14473@philou.ch>

On Sunday 22 February 2009 11:26:14 Philippe Strauss wrote:
> Remembering other needs like a concurrent GC and the multicore GC project
> of the OSP 2008, does the idea of modifiying the GC of ocaml to make it a
> "pluggable" subsystem, with 3 runtimes you may choose from, the
> "traditional" GC, the "real-time, pool based", and the "concurrent" one
> sounds reasonable?
>
> Did this kind of need often pop-up in your mind?

Yes, although I have been considering what might be done with OCaml's 
bytecode. Presumably it conveys all of the necessary information in a more GC 
agnostic way already. Moreover, a JIT compiler built upon LLVM could easily 
outperform the existing OCaml compilers.

You may be interested in these benchmark results I gathered for different VMs:

  http://flyingfrogblog.blogspot.com/2009/01/mono-22.html

-- 
Dr Jon Harrop, Flying Frog Consultancy Ltd.
http://www.ffconsultancy.com/?e


  reply	other threads:[~2009-02-22 13:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-22 11:26 Philippe Strauss
2009-02-22 14:00 ` Jon Harrop [this message]
2009-02-22 21:41 ` [Caml-list] " Kuba Ober

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=200902221400.58077.jon@ffconsultancy.com \
    --to=jon@ffconsultancy.com \
    --cc=caml-list@yquem.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;
as well as URLs for NNTP newsgroup(s).