From: simonmar Date: Mon, 25 Jul 2005 14:04:02 +0000 (+0000) Subject: [project @ 2005-07-25 14:04:02 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~318 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ffcc8c9aa3ed862f26a7c05b23d09337ff104f13;p=ghc-hetmet.git [project @ 2005-07-25 14:04:02 by simonmar] Compile GC.c with -O3 (unrolls some important loops) --- diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 802ce61..ac689a9 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -326,6 +326,8 @@ ifeq "$(Windows)" "YES" PrimOps_HC_OPTS += -\#include '' -\#include win32/AsyncIO.h endif +GC_HC_OPTS += -optc-O3 + # Cmm must be compiled via-C for now, because the NCG can't handle loops SRC_HC_OPTS += -fvia-C