Browse thread
Re: [Caml-list] How does OCaml update references when values are moved by the GC?
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Damien Doligez <damien.doligez@i...> |
| Subject: | Re: [Caml-list] How does OCaml update references when values are moved by the GC? |
On 2010-10-28, at 23:48, Jon Harrop wrote: > How does OCaml update references in the stacks and heap when values are > moved by the GC? They are updated by the GC, of course. -- Damien