Browse thread
OCamlJIT2 vs. OCamlJIT
[
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: | 2010-12-06 (09:29) |
From: | David Rajchenbach-Teller <David.Teller@u...> |
Subject: | Re: ocamlopt LLVM support (Was: [Caml-list] OCamlJIT2 vs. OCamlJIT) |
> >>> 3. The current garbage collector is mostly straight-forward because of >> >> There is no need to use LLVM's GC if something better already exists. > > LLVM does not provide a GC. True. However, if I recall correctly, it provides some facilities to use OCaml's own GC [1] [1] http://llvm.org/releases/2.5/docs/GarbageCollection.html#ocaml . Cheers, David