caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Damien Doligez <damien.doligez@inria.fr>
To: Christophe Raffalli <Christophe.Raffalli@univ-savoie.fr>
Cc: OCaml List <caml-list@yquem.inria.fr>
Subject: Re: [Caml-list] Physical counterpart to Pervasives.compare?
Date: Wed, 26 Aug 2009 12:25:01 +0200	[thread overview]
Message-ID: <021D8B63-6323-49FA-A04F-A3796296BF9E@inria.fr> (raw)
In-Reply-To: <4A942774.8000208@univ-savoie.fr>


On 2009-08-25, at 20:03, Christophe Raffalli wrote:

> [...] and the minor heap is at
> a higher adress than the major heap,

That would be very hard to guarantee, given the current OS
trend toward address randomization.


> How much slower is the compacting major GC comparer
> to the standard one ?


First you do the GC, then you compact, so it's pure overhead
but that's not the problem.  The problem is that compaction
is not incremental.

-- Damien


  reply	other threads:[~2009-08-26 10:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20090824100004.6DBBDBBAF@yquem.inria.fr>
2009-08-24 12:30 ` Pascal Cuoq
2009-08-25 18:03   ` Christophe Raffalli
2009-08-26 10:25     ` Damien Doligez [this message]
     [not found] <20090729030710.BB3C6BC5C@yquem.inria.fr>
2009-07-29  7:04 ` Pascal Cuoq
2009-08-24  7:01   ` Jean-Christophe Filliâtre
2009-07-29  1:25 Elnatan Reisner
2009-07-29  3:06 ` [Caml-list] " Edgar Friendly
2009-07-29  3:58   ` Edgar Friendly
2009-07-29  6:13 ` Alain Frisch

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=021D8B63-6323-49FA-A04F-A3796296BF9E@inria.fr \
    --to=damien.doligez@inria.fr \
    --cc=Christophe.Raffalli@univ-savoie.fr \
    --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).