Browse thread
OCaml and Boehm
[
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: | 2009-04-10 (20:13) |
From: | Lukasz Stafiniak <lukstafi@g...> |
Subject: | OCaml and Boehm |
Hi, Is the OCaml runtime Boehm-safe? That is, can it be run with Boehm turned on and traversing OCaml's heap? (So that the OCaml heap can provide roots to Boehm.) And if not, could it be patched to make it Boehm-safe in this sense? Thanks, £ukasz