caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Fabrice Le Fessant <fabrice.le_fessant@inria.fr>
To: caml-list@inria.fr
Subject: Re: Ocaml VM and bytecode
Date: Wed, 31 Jan 2001 13:50:26 +0100 (CET)	[thread overview]
Message-ID: <14968.2578.85765.814277@cremant.inria.fr> (raw)


 
> Here is a patch to lattest ocaml CVS version, allowing direct
> compilation of text bytecode instructions to .cmo files.
> 
> Text bytecode instructions files should have extension .ocb (Objective
> Caml Bytecode), and have the same format as the output from ocamlc
> with -dinstr.
> 
> For example:
> 
> ocamlc -c -dinstr test.ml 2> test.ocb
> 
> should give almost the same .cmo files as 
> 
> ocamlc -c test.ocb
> 
> (the interface test.cmi is empty, so the CRCs are different in the
> .cmo file)

Since the attachment was not accepted by the TOO STRICT :)
mailing-list moderator, I have put the PATCH on

http://pauillac.inria.fr/~lefessan/src/patch.ocamlc.as

The patch should be used in the current CVS directory csl/ with
the shell command:

# patch -p1 < patch.ocamlc.as

Regards,

-- Fabrice



             reply	other threads:[~2001-01-31 16:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-31 12:50 Fabrice Le Fessant [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-01-25  7:39 Alex Baretta
2001-01-30 12:06 ` Vitaly Lugovsky

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=14968.2578.85765.814277@cremant.inria.fr \
    --to=fabrice.le_fessant@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).