[MLton] native vs. C code generation

Matthew Fluet fluet@cs.cornell.edu
Thu, 2 Jun 2005 08:56:20 -0400 (EDT)


> is there any benchmark that compare the time and space efficiency of x86
> native and C code generation? 

In March, I ran the benchmarks comparing the native, C, and preliminary 
C-- codegens.  So, you can see the results you are interested in at the 
bottom of:

http://mlton.org/pipermail/mlton/2005-March/026884.html

There is no difference in the space usage of programs compiled using the 
different codegens.  All codegens have exactly the same (heap) memory 
usage behavior.