From: Simon Marlow Date: Thu, 2 Apr 2009 10:56:43 +0000 (+0000) Subject: add -funroll-loops when compiling the parallel version of Evac.c too X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=11ca89b8a5ce9ce1c2d3959361e05efd9170887e;p=ghc-hetmet.git add -funroll-loops when compiling the parallel version of Evac.c too --- diff --git a/rts/Makefile b/rts/Makefile index e59a633..bda4bc7 100644 --- a/rts/Makefile +++ b/rts/Makefile @@ -428,6 +428,8 @@ sm/Scav_thr.c : sm/Scav.c sm/Evac_thr_HC_OPTS += -optc-DPARALLEL_GC sm/Scav_thr_HC_OPTS += -optc-DPARALLEL_GC + +sm/Evac_thr_HC_OPTS += -optc-funroll-loops else EXCLUDED_SRCS += sm/Evac_thr.c sm/Scav_thr.c endif