From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id DAA22193 for caml-redistribution; Wed, 21 Jul 1999 03:09:53 +0200 (MET DST) 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 UAA13270 for ; Mon, 19 Jul 1999 20:00:55 +0200 (MET DST) Received: from miss.wu-wien.ac.at (miss.wu-wien.ac.at [137.208.107.17]) by nez-perce.inria.fr (8.8.7/8.8.7) with ESMTP id UAA03052 for ; Mon, 19 Jul 1999 20:00:53 +0200 (MET DST) Received: (from mottl@localhost) by miss.wu-wien.ac.at (8.9.0/8.9.0) id UAA03065 for caml-list@inria.fr; Mon, 19 Jul 1999 20:00:53 +0200 (MET DST) From: Markus Mottl Message-Id: <199907191800.UAA03065@miss.wu-wien.ac.at> Subject: toplevel and native code To: caml-list@inria.fr (OCAML) Date: Mon, 19 Jul 1999 20:00:53 +0100 (MET DST) X-Mailer: ELM [version 2.4 PL21] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: weis Hello, I am not sure whether I have once again overlooked a feature so here my question: Is it possible to compile some module to native code and to link this native code to generate an efficient toplevel? When linking in custom runtime mode I can easily link in object files, but only ".cmo"- or ".cma"-files (=byte code). In order to make use of the native code, I would probably have to link against ".cmx"- or ".cmxa"-files, which is not possible. Am I overlooking something or is this impossible due to restrictions of the linker? Best regards, Markus Mottl -- Markus Mottl, mottl@miss.wu-wien.ac.at, http://miss.wu-wien.ac.at/~mottl