caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Mauricio Fernandez <mfp@acm.org>
To: caml-list@inria.fr
Subject: Re: [Caml-list] - Convert Caml to C/C++, C#, PHP, etc -
Date: Fri, 10 Oct 2008 16:25:14 +0200	[thread overview]
Message-ID: <20081010142514.GF14395@NANA.localdomain> (raw)
In-Reply-To: <200810100555.03765.jon@ffconsultancy.com>

On Fri, Oct 10, 2008 at 05:55:03AM +0100, Jon Harrop wrote:
> On Friday 10 October 2008 04:30:53 Erik de Castro Lopo wrote:
> > Jon Harrop wrote:
> > > You mean the program that generates OCaml's bytecodes is
> > > written in OCaml.
> >
> > Commonly known as a compiler.
> 
> One of the compilers, yes.
> 
> > > the program that executes OCaml's bytecodes
> >
> > Commonly known as a virtual machine.
> 
> No, I was referring specifically to the interpreter (byterun/interp.c) and not 
> the run time. So not the whole VM. What is done with the rest of the VM is up 
> in the air.

http://camlcvs.inria.fr/cgi-bin/cvsweb/cdk/asmdynlink/interp.ml


$ head -18 interp.ml | tail -7
(*
   This module implement an interpretor for OCAML bytecode. The bytecode is
supposed to be linked (ie symbols are resolved). Closures are compiled as
native closures taking only one argument each time. For example, GRAB creates
a native closure waiting for "arity" arguments, then putting them on the stack
and calling the interpretor with a new pc.
*)

-- 
Mauricio Fernandez  -   http://eigenclass.org


  reply	other threads:[~2008-10-10 14:25 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-03  4:03 axllaruse
2008-10-03  4:18 ` Erik de Castro Lopo
2008-10-03  5:33   ` axllaruse
2008-10-03  5:39     ` Erik de Castro Lopo
2008-10-03  8:06       ` Sylvain Le Gall
2008-10-03  9:56       ` [Caml-list] " Roberto Bagnara
2008-10-09 21:47       ` Kuba Ober
2008-10-09 21:57         ` Erik de Castro Lopo
2008-10-10  4:26           ` Jon Harrop
2008-10-10  3:30             ` Erik de Castro Lopo
2008-10-10  4:55               ` Jon Harrop
2008-10-10 14:25                 ` Mauricio Fernandez [this message]
2008-10-10 12:37           ` Kuba Ober
2008-10-10 13:38             ` Basile STARYNKEVITCH
2008-10-03 16:57     ` David Teller
2008-11-17 14:30     ` Nicolas Cannasse
2008-10-03  9:50 ` Erkki Seppala

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=20081010142514.GF14395@NANA.localdomain \
    --to=mfp@acm.org \
    --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).