Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,248
Issues
4,248
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
397
Merge Requests
397
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
c8067084
Commit
c8067084
authored
Nov 08, 2006
by
Simon Marlow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update flag settings after files were relocated
parent
6ef2fc2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
rts/Makefile
rts/Makefile
+2
-2
No files found.
rts/Makefile
View file @
c8067084
...
@@ -320,10 +320,10 @@ SRC_HC_OPTS += -optc-fno-stack-protector
...
@@ -320,10 +320,10 @@ SRC_HC_OPTS += -optc-fno-stack-protector
endif
endif
# -O3 helps unroll some loops (especially in copy() with a constant argument).
# -O3 helps unroll some loops (especially in copy() with a constant argument).
GC_HC_OPTS
+=
-optc-O3
sm/
Evac_HC_OPTS
+=
-optc-funroll-loops
# Without this, thread_obj will not be inlined (at least on x86 with GCC 4.1.0)
# Without this, thread_obj will not be inlined (at least on x86 with GCC 4.1.0)
GC
Compact_HC_OPTS
+=
-optc-finline-limit
=
2500
sm/
Compact_HC_OPTS
+=
-optc-finline-limit
=
2500
# -fno-strict-aliasing is required for the runtime, because we often
# -fno-strict-aliasing is required for the runtime, because we often
# use a variety of types to represent closure pointers (StgPtr,
# use a variety of types to represent closure pointers (StgPtr,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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