[MLton-commit] r4814

Stephen Weeks sweeks at mlton.org
Sun Nov 12 15:04:58 PST 2006


Switched from fixed-heap 512m to max-heap 640m.

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

U   mlton/trunk/mlton/Makefile
U   mlton/trunk/package/debian/changelog

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

Modified: mlton/trunk/mlton/Makefile
===================================================================
--- mlton/trunk/mlton/Makefile	2006-11-12 15:34:03 UTC (rev 4813)
+++ mlton/trunk/mlton/Makefile	2006-11-12 23:04:57 UTC (rev 4814)
@@ -18,7 +18,7 @@
 UP = upgrade-basis.sml
 PATH = $(BIN):$(shell echo $$PATH)
 
-FLAGS = @MLton ram-slop 0.7 gc-summary $(RUNTIME_ARGS) --
+FLAGS = @MLton max-heap 640m ram-slop 0.7 gc-summary $(RUNTIME_ARGS) --
 
 ifeq (self, $(shell if [ -x $(BIN)/mlton ]; then echo self; fi))
   # We're compiling MLton with itself, so don't use any stubs.

Modified: mlton/trunk/package/debian/changelog
===================================================================
--- mlton/trunk/package/debian/changelog	2006-11-12 15:34:03 UTC (rev 4813)
+++ mlton/trunk/package/debian/changelog	2006-11-12 23:04:57 UTC (rev 4814)
@@ -1,3 +1,10 @@
+mlton (20061107-1) unstable; urgency=low
+
+  * new upstream version
+  * Use max-heap 640m instead of fixed-heap 512m.  hopefully closes: #396980
+
+ -- Stephen Weeks <sweeks at sweeks.com>  Tue, 07 Nov 2006 14:01:53 -0800
+
 mlton (20061026-1) unstable; urgency=low
 
   * new upstream version




More information about the MLton-commit mailing list