From 11ca89b8a5ce9ce1c2d3959361e05efd9170887e Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 2 Apr 2009 10:56:43 +0000 Subject: [PATCH] add -funroll-loops when compiling the parallel version of Evac.c too --- rts/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 1.7.10.4