[Shootout-list] Missing programs and score calculation (Was:

Jon Harrop jon at ffconsultancy.com
Fri Sep 16 18:33:28 UTC 2005


On Friday 16 September 2005 17:02, skaller wrote:
> > That is Skaller's point: HLLs produce faster code because it is easier to
> > optimise them at a high level, e.g. by not "reparsing headers ad
> > infinitum". Comparing the performance of ocamlopt to gcc is a bad idea
> > though - C is effectively one of OCaml's intermediate representations.
>
> How is that? Ocamlopt generates assembler.

Not literally, no. As C forces the programmer to litter code with unnecessary 
type declarations, it resembles a typed lambda tree (albeit without any 
lambdas!).

-- 
Dr Jon D Harrop, Flying Frog Consultancy Ltd.
Objective CAML for Scientists
http://www.ffconsultancy.com/products/ocaml_for_scientists



More information about the Shootout-list mailing list