Fwd: Re: [Shootout-list] Science-related benchmarks (speedoptimisation)

Bengt Kleberg bengt.kleberg@ericsson.com
Mon, 02 May 2005 09:53:53 +0200


Jon Harrop wrote:
...deleted
> Just out of curiosity, most of the OCaml programs seem to be compiled with 
> lines like:
> 
> /usr/bin/ocamlopt -noassert -unsafe -I /usr/lib/ocaml/contrib -ccopt -O3 
> -inline 100 harmonic.ml -o harmonic.ocaml_run
> 
> A lot of that is probably unnecessary. Can you use:
> 
>   ocamlopt -unsafe -inline 100 harmonic.ml -o harmonic.ocaml_run
> 
> instead?

i think this is covered by the faq:

Report content mistakes, inconsistencies, bad installs etc - add a new 
item to Bugs.

the entry does not mention flags specifically (and maybe it should), but 
this was the closest i could find.


bengt