caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Writing a JIT compiler
@ 2004-06-25  8:04 Jon Harrop
  2004-06-25  8:52 ` Benjamin Geer
  2004-06-25  9:59 ` Basile Starynkevitch [local]
  0 siblings, 2 replies; 9+ messages in thread
From: Jon Harrop @ 2004-06-25  8:04 UTC (permalink / raw)
  To: caml-list


I'm trying to convert an interpreter written in OCaml into a JIT compiler. 
Generating OCaml code from host code seems to be the best way to do this as 
the generated code can then use the interpreter's data structures and 
functions.

However, I'm currently creating temporary source files, calling ocamlopt and 
using marshalling to another temporary file in order to get the data back and 
forth.

Is there a better way of doing this?

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2004-06-26 19:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-25  8:04 [Caml-list] Writing a JIT compiler Jon Harrop
2004-06-25  8:52 ` Benjamin Geer
2004-06-25  9:53   ` Jon Harrop
2004-06-25 10:56     ` Basile Starynkevitch [local]
2004-06-25  9:59 ` Basile Starynkevitch [local]
     [not found]   ` <200406251325.15940.postmaster@jdh30.plus.com>
2004-06-25 15:55     ` Basile Starynkevitch [local]
2004-06-25 17:05       ` Daniel Bünzli
2004-06-26 13:45       ` [Caml-list] " Julian Brown
2004-06-26 19:18         ` Basile Starynkevitch [local]

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).