caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Runtime (native) compilation
@ 2002-10-13 14:34 Walid Taha
  2002-10-17 15:07 ` Dmitry Lomov
  0 siblings, 1 reply; 3+ messages in thread
From: Walid Taha @ 2002-10-13 14:34 UTC (permalink / raw)
  To: caml-list


Hello,

We've been working on a while on building MetaOCaml, which provides three
basic constructs for contructing programs at runtime and compiling them.
This seems to be working well in the context of the bytecode compiler.
For the native code compiler, though, things seems to be more tricky.  In
particular, the native code compiler produces assembly code.  This has to
be assembled, linked, and loaded to memory.  Does any one know of a fast
way to do the last three steps (other than calling the assembler, linker,
and loader).  Also, has anyone dealt with the issue of coordinating the
runtime for the original running image and the newly produced runnable
image (in particular, has anyone dealt with the garbage collection
issues?)

Walid.

-------------------
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] 3+ messages in thread

end of thread, other threads:[~2002-10-17 22:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-13 14:34 [Caml-list] Runtime (native) compilation Walid Taha
2002-10-17 15:07 ` Dmitry Lomov
2002-10-17 22:05   ` Walid Taha

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).