On Tue, Mar 09, 2004 at 09:29:40PM +0100, Sven Luther wrote: > On Tue, Mar 09, 2004 at 01:05:41PM -0600, John Goerzen wrote: > > Where does the native compiler not work, and why? I thought that it > > just generated C code? > > The native code compiler is a real compiler and produces true asm code, > and even with more optimization possibilities than C code is able to do,
Ahh, OK. Well there is still another option: ocamlc -custom, which generates a native executable, works on all platforms, and doesn't require the ocaml packages to run. I wonder about using it? -- John

