From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 40CAEBEAA for ; Thu, 31 Aug 2006 20:15:19 +0200 (CEST) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id k7VIFIlp008395 for ; Thu, 31 Aug 2006 20:15:19 +0200 Received: by nf-out-0910.google.com with SMTP id o25so446505nfa for ; Thu, 31 Aug 2006 11:15:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=WTG0JBQ5Gm2xIkjhpnHpzlaJA8sDu0KP7ukAsBCc9Jjj9zUl/HPAmxsMlrQcuWADYs2weqRpP221QoP4qNoMfTXGtpP8GM+Co3kh/oyGScfLVJeANu9Ha3Kzdzt4gAo8TBoziQ/8U53GP2m84iKzZYrlU047tC485xDqosPCNLU= Received: by 10.49.29.3 with SMTP id g3mr1819228nfj; Thu, 31 Aug 2006 11:15:14 -0700 (PDT) Received: by 10.49.32.6 with HTTP; Thu, 31 Aug 2006 11:15:14 -0700 (PDT) Message-ID: Date: Thu, 31 Aug 2006 20:15:14 +0200 From: Tom To: caml-list Subject: Paralell bytecode interpreters MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_119339_20935829.1157048114408" X-j-chkmail-Score: MSGID : 44F72736.001 on concorde : j-chkmail score : X : 0/20 1 X-Miltered: at concorde with ID 44F72736.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; bytecode:01 ocaml:01 runtime:01 ocamlopt:01 ocaml:01 runtime:01 ocamlopt:01 variables:02 variables:02 native:02 native:02 compiled:04 compiled:04 thread:05 thread:05 X-Attachments: cset="UTF-8" cset="UTF-8" ------=_Part_119339_20935829.1157048114408 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Has anyone yet edited the interpreter to change global variables to local, so that you could run multiple OCaml programs, each in its own thread, in a single process? (Or, edited the native runtime, so that you could run multiple ocamlopt compiled OCaml programs in a single process?) ------=_Part_119339_20935829.1157048114408 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Has anyone yet edited the interpreter to change global variables to local, so that you could run multiple OCaml programs, each in its own thread, in a single process?

(Or, edited the native runtime, so that you could run multiple ocamlopt compiled OCaml programs in a single process?)
------=_Part_119339_20935829.1157048114408--