[
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: | malc <malc@p...> |
| Subject: | Re: [Caml-list] cmx files installed |
On Wed, 8 May 2002, Michal Moskal wrote: > Is there any reason, that `make install' copies .cmx files, that are > present in .cmxa archives anyway? .cmx'es contain small functions to be inlined, plus some internal information that makes direct calls from module to module, otherwise auxiliary(and uneeded) closures will be created resulting in indirect calls - read SLOW. > > .ml files are copied for easier debugging and .mli for documentation, am > I right? > > -- mailto:malc@pulsesoft.com ------------------- 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/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners