From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id CB9E3BC69 for ; Thu, 16 Aug 2007 17:32:30 +0200 (CEST) Received: from einhorn.in-berlin.de (einhorn.in-berlin.de [192.109.42.8]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l7GFWUpM023868 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Thu, 16 Aug 2007 17:32:30 +0200 X-Envelope-From: oliver@first.in-berlin.de X-Envelope-To: Received: from einhorn.in-berlin.de (localhost [127.0.0.1]) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id l7GFWTPZ019023 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 16 Aug 2007 17:32:29 +0200 Received: (from www-data@localhost) by einhorn.in-berlin.de (8.13.6/8.13.6/Submit) id l7GFWTXd019021 for caml-list@inria.fr; Thu, 16 Aug 2007 17:32:29 +0200 X-Authentication-Warning: einhorn.in-berlin.de: www-data set sender to oliver@first.in-berlin.de using -f Received: from dslb-088-074-008-170.pools.arcor-ip.net (dslb-088-074-008-170.pools.arcor-ip.net [88.74.8.170]) by webmail.in-berlin.de (IMP) with HTTP for ; Thu, 16 Aug 2007 17:32:29 +0200 Message-ID: <1187278349.46c46e0d7505b@webmail.in-berlin.de> Date: Thu, 16 Aug 2007 17:32:29 +0200 From: Oliver Bandel To: caml-list@inria.fr Subject: Re: [Caml-list] Re: JIT VM in OCaml: Impossible? References: <5C180944-2CD9-48FB-8802-8AF57972AD2C@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.6 X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 X-Miltered: at concorde with ID 46C46E0E.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; bandel:01 in-berlin:01 ocaml:01 le-gall:01 ocaml:01 runtime:01 2007,:98 wrote:01 oliver:01 oliver:01 cristal:01 caml-list:01 seems:03 implement:06 inria:06 Zitat von Sylvain Le Gall : > On 16-08-2007, Joel Reymont wrote: > > Folks, > > > > Is it possible to write a JIT VM in OCaml? > > > > It seems that this should not be possible as OCaml does not allow for > > code generation at runtime. Am I mistaken? > > > > Thanks, Joel > > > > What about : > http://cristal.inria.fr/~starynke/ocamljit.html [...] Oh, I may have understood the question wrong. I thought that the question was to implement a self-written language, not OCaml itself...?! But the above link looks interesting. Ciao, Oliver