Browse thread
[Caml-list] Writing a JIT compiler
[
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: | 2004-06-25 (09:55) |
From: | Jon Harrop <postmaster@j...> |
Subject: | Re: [Caml-list] Writing a JIT compiler |
On Friday 25 June 2004 09:52, Benjamin Geer wrote: > There's already a JIT compiler for OCaml code: > > http://cristal.inria.fr/~starynke/ocamljit.html So maybe I could get ocamljitrun to execute my interpreter and write my interpreter to dynamically convert host code into OCaml bytecode which can then be JIT compiled into native code and dynamically linked back in with the running interpreter? Cheers, Jon. ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners