[MLton-commit] r6855
    Wesley Terpstra 
    wesley at mlton.org
       
    Tue Sep 16 02:59:27 PDT 2008
    
    
  
amd64-darwin requires slightly more inlining size
----------------------------------------------------------------------
U   mlton/trunk/runtime/Makefile
----------------------------------------------------------------------
Modified: mlton/trunk/runtime/Makefile
===================================================================
--- mlton/trunk/runtime/Makefile	2008-09-16 09:54:34 UTC (rev 6854)
+++ mlton/trunk/runtime/Makefile	2008-09-16 09:59:18 UTC (rev 6855)
@@ -58,7 +58,9 @@
 ifeq ($(TARGET_ARCH), amd64)
 FLAGS += -m64
 ifeq ($(findstring $(GCC_VERSION), 3.4 4.0 4.1),$(GCC_VERSION))
-GCOPTFLAGS += --param inline-unit-growth=75 --param max-inline-insns-single=1000
+GCOPTFLAGS += --param inline-unit-growth=100
+GCOPTFLAGS += --param max-inline-insns-single=1000
+GCOPTFLAGS += --param large-function-growth=1000
 endif
 DEBUGFLAGS += -gstabs+
 OPTWARNFLAGS += -Winline
    
    
More information about the MLton-commit
mailing list