[Omake] OCaml library installation with .cmx-files

Markus Mottl markus.mottl at gmail.com
Thu Sep 28 07:07:31 PDT 2006


Hi,

the function for installing OCaml-libraries (OCamlLibraryCopy) does
not install the .cmx-files of the library.  This, however, prevents
cross-module inlining, which can only be done if the .cmx-files in the
library are visible in the include path.  It might be a good idea to
copy them by default to the installation directory, too, because the
impact of inlining can lead to some pretty substantial performance
improvements.

Regards,
Markus

-- 
Markus Mottl        http://www.ocaml.info        markus.mottl at gmail.com


More information about the Omake mailing list