From e4a211838f840e8d102a632b1269a8ad16ffeddb Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Tue, 26 Aug 2008 20:50:42 +0200 Subject: [PATCH] Disable invariants for the gc. Makes collections not take ages again. 'Fixes' associative_array_19 by reducing runtime from a minute to a second. --- runtime/lib/gc/basic/llvmdc.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/lib/gc/basic/llvmdc.mak b/runtime/lib/gc/basic/llvmdc.mak index aaefb81c..f31895f0 100644 --- a/runtime/lib/gc/basic/llvmdc.mak +++ b/runtime/lib/gc/basic/llvmdc.mak @@ -24,10 +24,10 @@ ADD_DFLAGS= 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