[
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: | -- (:) |
| From: | Michael Hicks <mhicks@c...> |
| Subject: | RE: [Caml-list] Dynamic module loading |
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