[MLton-commit] r5325

Matthew Fluet fluet at mlton.org
Sun Feb 25 17:32:04 PST 2007


Kill artificial limit on self-compile heap
----------------------------------------------------------------------

U   mlton/branches/on-20050822-x86_64-branch/mlton/Makefile

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

Modified: mlton/branches/on-20050822-x86_64-branch/mlton/Makefile
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/mlton/Makefile	2007-02-26 00:53:35 UTC (rev 5324)
+++ mlton/branches/on-20050822-x86_64-branch/mlton/Makefile	2007-02-26 01:32:04 UTC (rev 5325)
@@ -18,7 +18,7 @@
 UP := upgrade-basis.sml
 PATH := $(BIN):$(shell echo $$PATH)
 
-FLAGS := @MLton max-heap 640m ram-slop 0.7 gc-summary $(RUNTIME_ARGS) --
+FLAGS := @MLton 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.




More information about the MLton-commit mailing list