Browse thread
Comparison of OCaml and MLton for numerics
- Yuanchen Zhu
[
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: | Alain Frisch <Alain.Frisch@i...> |
| Subject: | Re: [Caml-list] Comparison of OCaml and MLton for numerics |
Jon Harrop wrote: >> My point, however, is that MLton and OCaml are being fed the same >> code, and if OCaml performs specializing and proper inlining, it will >> get almost twice its current performance. > > The OCaml compilers are designed to handle good code. Could you elaborate? Do you mean that a code than would benefit from inlining is not a good code? Alain