[LLVMdev] Boehm GC with JIT compiled code
Gordon Henriksen
gordonhenriksen at mac.com
Thu Dec 27 17:32:13 PST 2007
On 2007-12-27, at 16:38, Jon Harrop wrote:
> I'm hoping to have a stab at getting a tiny language implementation
> up and running soon.
>
> I assume I can just pull in Boehm's GC to get a very rudimentary
> collector up and running. However, can this work using JIT
> compilation from OCaml or will the new GC try to traverse the OCaml
> program's own stack?
Can't say, although I suspect not. Check the Boehm GC documentation.
— Gordon
More information about the llvm-dev
mailing list