Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
11ca89b8
Commit
11ca89b8
authored
Apr 02, 2009
by
Simon Marlow
Browse files
add -funroll-loops when compiling the parallel version of Evac.c too
parent
656bfe68
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/Makefile
View file @
11ca89b8
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment