From: Fabrice Le Fessant <lefessan@talbot.inria.fr>
To: Hugh Sasse <hgs@dmu.ac.uk>
Cc: caml-list@inria.fr
Subject: Re: ocaml not native.
Date: Fri, 5 Mar 1999 09:27:07 +0100 (CET) [thread overview]
Message-ID: <14047.38235.411205.802057@talbot.inria.fr> (raw)
In-Reply-To: <Pine.GSU.4.04.9903041603210.26819-100000@helios.dmu.ac.uk>
> ocamlopt builds successfully on my systems. Is there a reason why
> the installation doesn't rebuild ocaml to be native code, when it can?
> Is there a good reason not to attempt this myself?
This is a really interesting question. In fact, ocaml can't be
compiled in native code since it needs an interpreter to run the bytecode
it generates. However, the bytecode interpreter can't be integrated in
the native code system (for now ...).
A few months ago, I wrote a Dynlink library which can be integrated
in native programs (now part of the Efuns package (see homepage)).
I think it would be very interesting if, instead of using its own
linker and interpreter, the toplevel could use the general Dynlink
system. Then, any program (bytecode or native) would be able to
integrate a toplevel evaluation loop for deeper interaction with the user.
- Fabrice
Homepage: http://pauillac.inria.fr/~lefessan
next prev parent reply other threads:[~1999-03-08 15:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
1999-03-04 16:31 Hugh Sasse
1999-03-05 8:27 ` Fabrice Le Fessant [this message]
1999-03-05 14:12 ` Xavier Leroy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=14047.38235.411205.802057@talbot.inria.fr \
--to=lefessan@talbot.inria.fr \
--cc=caml-list@inria.fr \
--cc=hgs@dmu.ac.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox