[MLton-commit] r6503

Vesa Karvonen vesak at mlton.org
Tue Mar 25 03:55:40 PST 2008


Tweaked runtime options to significantly reduce time spent in GC (from
~40% to ~7%) with a corresponding improvement in running time.

----------------------------------------------------------------------

U   mltonlib/trunk/org/mlton/vesak/toys/chameneos/async/Makefile

----------------------------------------------------------------------

Modified: mltonlib/trunk/org/mlton/vesak/toys/chameneos/async/Makefile
===================================================================
--- mltonlib/trunk/org/mlton/vesak/toys/chameneos/async/Makefile	2008-03-25 11:50:27 UTC (rev 6502)
+++ mltonlib/trunk/org/mlton/vesak/toys/chameneos/async/Makefile	2008-03-25 11:55:40 UTC (rev 6503)
@@ -1,10 +1,10 @@
-# Copyright (C) 2007 Vesa Karvonen
+# Copyright (C) 2007-2008 Vesa Karvonen
 #
 # This code is released under the MLton license, a BSD-style license.
 # See the LICENSE file or http://mlton.org/License for details.
 
 name := chameneos
-args := 5000000
+args := @MLton fixed-heap 1.5m -- 5000000
 
 root := ../../../../../..
 




More information about the MLton-commit mailing list