changeset 549:d3baf2e52c4f

Disable invariants for the gc. Makes collections not take ages again. 'Fixes' associative_array_19 by reducing runtime from a minute to a second.
author Christian Kamm <kamm incasoftware de>
date Tue, 26 Aug 2008 20:50:42 +0200
parents 8d709660cd24
children cbe08531430f
files runtime/lib/gc/basic/llvmdc.mak
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/lib/gc/basic/llvmdc.mak	Tue Aug 26 20:49:01 2008 +0200
+++ b/runtime/lib/gc/basic/llvmdc.mak	Tue Aug 26 20:50:42 2008 +0200
@@ -24,10 +24,10 @@
 CFLAGS=$(ADD_CFLAGS)
 
 #DFLAGS=-release -O3 -inline -w -nofloat $(ADD_DFLAGS)
-DFLAGS=-w -nofloat $(ADD_DFLAGS)
+DFLAGS=-w -nofloat -disable-invariants $(ADD_DFLAGS)
 
 #TFLAGS=-O3 -inline -w -nofloat $(ADD_DFLAGS)
-TFLAGS=-w -nofloat $(ADD_DFLAGS)
+TFLAGS=-w -nofloat -disable-invariants $(ADD_DFLAGS)
 
 DOCFLAGS=-version=DDoc