Browse thread
Dynamic linking
[
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: | Jon Harrop <jon@f...> |
| Subject: | Re: [Caml-list] Dynamic linking |
On Friday 15 June 2007 19:24:20 Alain Frisch wrote: > Except for the native toplevel which will probably not be included. The native top-level is the bit that interests me the most, as this combines interactivity with OCaml's superb native-code performance. I just benchmarked the new top-level and it runs my ray tracer 17x faster: $ time ocaml unix.cma ray.ml >image.pgm real 1m11.656s user 2m21.106s sys 0m0.331s $ time ocamlnat unix.cmxa ray.ml >image.pgm real 0m4.294s user 0m6.265s sys 0m0.521s Interactive compilation to native code was one of the main benefits of F# over OCaml. So I, for one, would dearly love to see this in the mainstream OCaml! -- Dr Jon D Harrop, Flying Frog Consultancy Ltd. OCaml for Scientists http://www.ffconsultancy.com/products/ocaml_for_scientists/?e