Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
5ef7da46
Commit
5ef7da46
authored
May 08, 1998
by
simonm
Browse files
[project @ 1998-05-08 12:29:10 by simonm]
move update analyser into -O2 optimisations.
parent
cd5867a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/driver/ghc.lprl
View file @
5ef7da46
...
...
@@ -915,7 +915,6 @@ sub setupOptimiseFlags {
#LATER: '-fcalc-inlinings2', -- pointless for 2.01
# stg2stg passes
'-fupdate-analysis',
'-flambda-lift',
$Oopt_FinalStgProfilingMassage,
$Oopt_StgStats,
...
...
@@ -925,6 +924,7 @@ sub setupOptimiseFlags {
# SPECIAL FLAGS for -O2
($OptLevel == 2) ? (
'-fupdate-analysis', # virtually useless; relegated to -O2
'-fsemi-tagging',
) : (),
);
...
...
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