Browse thread
native vs bytecode
[
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: | Haoyang Wang <hywang@p...> |
| Subject: | Re: [Caml-list] native vs bytecode |
On Wed, Aug 6, 2008 at 12:58 PM, Ben Aurel <ben.aurel@gmail.com> wrote: > - is it possible to dynamically load bytecode libraries into a native program? This could be done with the asmdynlink library by Fabrice Le Fessant. He reimplemented the bytecode interpreter in ocaml! (Does asmdynlink still work?) asmdynlink is distributed as part of CDK (http://pauillac.inria.fr/cdk/). Cheers, Haoyang Wang Skydeck