[MLton-devel] Re: SML Basis review
   
    Stephen Weeks
     
    MLton@mlton.org
       
    Wed, 27 Aug 2003 14:46:47 -0700
    
    
  
> I haven't investigated MoscowML.  There is clearly something wrong
> with the benchmark program.  
I played around a little with Moscow ML and the wc benchmark.  The
problem appears to be some memory limitation with Moscow ML.  For
example, 
	
	List.tabulate (100000, fn i => i) 
succeeds, but 
	List.tabulate (1000000, fn i => i) 
fails with "Fatal error: out of memory".  I haven't seen anything in
the Moscow ML manual that would indicate such a severe restriction,
but I'm no expert.  If anyone knows anything that might help, I'd be
glad to hear it.
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
MLton-devel mailing list
MLton-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlton-devel