Browse thread
Looking for pointers regarding integration of OCaml plugins into OCaml native code
[
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: | 2006-03-06 (16:06) |
From: | Walid Taha <taha@c...> |
Subject: | Re: [Caml-list] Looking for pointers regarding integration of OCaml plugins into OCaml native code |
This would be a very interesting approach to explore. Basile presented pretty convincing numbers on ocamljit a couple of years ago. Another advantage of this approach is that if you also want to compile at run time (with MetaOCaml), the bytecode compiler is much faster to compile than the native code one. Walid. On Sat, 4 Mar 2006, Basile STARYNKEVITCH wrote: |Maybe the easiest way is to stay within the bytecode... Do you really |need the performance of native code? You might also try with |ocamljitrun (but I admit that I don't have much time maintaining it).