caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Basile Starynkevitch local <basile.starynkevitch@inria.fr>
To: caml-list@inria.fr
Subject: [Caml-list] [ANN] ocamljitrun-1.1
Date: Mon, 26 Apr 2004 16:50:21 +0200	[thread overview]
Message-ID: <20040426145021.GA1470@bourg.inria.fr> (raw)

Dear All,

You can find the version 1.1 of my Ocamljit just-in-time bytecode to
machine language translator & interpreter on
http://cristal.inria.fr/~starynke/ocamljitrun.tar.gz

See also my homepage on http://cristal.inria.fr/~starynke/ for remarks

The following bugs fixes have been made:

   callbacks run correctly

   the toplevel run correctly

(both runs correctly on small tests - I did not test yet significant
stuff for C callbacks and toplevel)

all simple tests (those in ocaml/tests) and the ocamlc compiler itself
already passed on the initial release, of course they pass again.

You need the latest CVS of the Ocaml system - since I had to correct
some callback code (in byterun/callback.c) and to add a routine
caml_prepare_bytecode in the runtime (also called by the toplevel)

If some people test the latest CVS of Ocaml, I would be delighted if
they took some time to test this ocamljitrun and report bugs to me. 

Ocamljitrun may sometimes run slower than the bytecode interpreter:

   When running a very short time (eg running ocamlc on a small source
   file), because of the startup time needed for bytecode ->
   machinecode translation

   Callbacks (from C to ocaml) are more expensive, since every
   callback requires translation of a short bytecode sequence.

Thanks, and hoping for some feedback.

-- 
Basile STARYNKEVITCH -- basile dot starynkevitch at inria dot fr
Project cristal.inria.fr - phone +33 1 3963 5197 - mobile 6 8501 2359
http://cristal.inria.fr/~starynke --- all opinions are only mine 

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


                 reply	other threads:[~2004-04-26 14:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20040426145021.GA1470@bourg.inria.fr \
    --to=basile.starynkevitch@inria.fr \
    --cc=caml-list@inria.fr \
    /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;
as well as URLs for NNTP newsgroup(s).