[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2001-01-31 (10:53) |
From: | Alex Baretta <alex@b...> |
Subject: | R: Ocaml VM and bytecode |
-----Messaggio originale----- Da: Fabrice Le Fessant <fabrice.le_fessant@inria.fr> A: Alex Baretta <alex@baretta.com> Cc: sebastien.ailleret@inria.fr <sebastien.ailleret@inria.fr>; Ocaml Mailing List <caml-list@inria.fr> Data: venerdì 26 gennaio 2001 14.16 Oggetto: Re: Ocaml VM and bytecode > >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. I have read the ocamlc manual page, but I have not found the -dinstr option you mention. What is it supposed to do? Is it supposed to generate Ocaml "assembly" language? Is the "text bytecode" you mention the "assembly language" I am asking for? Thanks for taking interest to my request. Alex