caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "François Bobot" <francois.bobot@cea.fr>
To: caml-list@inria.fr
Subject: Re: [Caml-list] Presumed bug in OCaml's garbage collector or in its Weak module...
Date: Tue, 21 Jun 2016 14:43:13 +0200	[thread overview]
Message-ID: <0d64f186-6518-dea7-9082-4c06802449f7@cea.fr> (raw)
In-Reply-To: <86eg7ucu8s.fsf@lpw25.net>

On 18/06/2016 18:54, Leo White wrote:
>> Shallow copies don't seem very safe in the presence of out-of-OCaml-heap C pointers [*].
>> Perhaps Weak.get_copy should raise if it encounters a Custom_tag?
>
> Shallow copies aren't even type-safe in the proper sense of the word,
> since copying a value of abstract type breaks abstraction. This is why
> Obj.dup is in the Obj module. Really Weak.get_copy shouldn't exist, or
> should at least be part of Obj not Weak.

That's interesting, perhaps I should not have given access to get_copy in Ephemeron.

>
> I suspect Weak.get_copy only really exists for implementing the weak
> hash tables, and even there using it means that you could give Weak.Make
> a valid argument whose equal function used `==` and it would give
> incorrect results.

The weak hashtable of ephemerons doesn't use get_copy, specifically because of that. The weak set of 
Weak are mostly used for hashconsing where the equal function given to Make must not be (==). But 
for the other use-case, it could be indeed a problem.


However it would be interesting to keep the nice property that `get_copy` give us for the 
implementation of weak structure, without using unsafe features. The nice property is that a value 
is not kept alive just because it collides with a value that is often accessed. Perhaps a kind of 
transient roots, which are considered as root only at the end of the each part of mark phase, would 
allow to mark the value as few time as possible. But the API would not be pretty...

-- 
François



  reply	other threads:[~2016-06-21 12:43 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-17 18:09 "Martin R. Neuhäußer"
2016-06-17 19:23 ` Gabriel Scherer
2016-06-18 15:15   ` "Martin R. Neuhäußer"
2016-06-17 19:41 ` Török Edwin
2016-06-17 20:29   ` "Martin R. Neuhäußer"
2016-06-18 10:59     ` Josh Berdine
2016-06-18 15:11   ` "Martin R. Neuhäußer"
2016-06-18 16:54   ` Leo White
2016-06-21 12:43     ` François Bobot [this message]
2016-06-21 19:37       ` Alain Frisch
2016-06-22  8:12         ` François Bobot
2016-06-18 17:39 ` "Martin R. Neuhäußer"
2016-06-21 11:55   ` François Bobot
2016-06-27 11:35     ` AW: " Neuhaeusser, Martin

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=0d64f186-6518-dea7-9082-4c06802449f7@cea.fr \
    --to=francois.bobot@cea.fr \
    --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;
as well as URLs for NNTP newsgroup(s).