From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id BAA07199; Sun, 11 Nov 2001 01:12:18 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id BAA06923 for ; Sun, 11 Nov 2001 01:12:02 +0100 (MET) Received: from mtiwmhc25.worldnet.att.net (mtiwmhc25.worldnet.att.net [204.127.131.50]) by nez-perce.inria.fr (8.11.1/8.10.0) with ESMTP id fAB0C1501255 for ; Sun, 11 Nov 2001 01:12:01 +0100 (MET) Received: from tasurinchi ([12.89.8.240]) by mtiwmhc25.worldnet.att.net (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20011111001154.YFWZ11294.mtiwmhc25.worldnet.att.net@tasurinchi>; Sun, 11 Nov 2001 00:11:54 +0000 From: "Michael Hicks" To: "Dimitri Timofeev" , "OCaml mailing list" Subject: RE: [Caml-list] Dynamic module loading Date: Sat, 10 Nov 2001 19:15:25 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal In-Reply-To: Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Fabrice's asmdynlink library allows loading bytecode modules from compiled-to-native executables, but at a performance cost relative to normal bytecode interpration times. Bytecode executables can load bytecode modules using the standard Dynlink library. Asmdynlink os distributed with the CDK (http://pauillac.inria.fr/cdk/). Mike > -----Original Message----- > From: owner-caml-list@pauillac.inria.fr > [mailto:owner-caml-list@pauillac.inria.fr]On Behalf Of Dimitri Timofeev > Sent: Saturday, November 10, 2001 6:27 PM > To: OCaml mailing list > Subject: [Caml-list] Dynamic module loading > > > Greetings! > > I'm a newbie in OCaml programming and in this list, so i'm sorry if my > questions aren't smart :). > > Can i dynamically load OCaml bytecode modules in runtime from OCaml > program compiled to native code? Can i do it if i compile modules to > native code? If the answer is "yes", does the method work at Win32? > > If i can't use native-compiled modules only, there is another question. > That is the minimal set of OCaml files i need to distribute with a > program if i want users to be able to run program compiled to bytecode > without installing OCaml itself? > > Thanks! > > Dimitri > > > ------------------- > Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr