Skip to content
Snippets Groups Projects
Commit 5ef7da46 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-05-08 12:29:10 by simonm]

move update analyser into -O2 optimisations.
parent cd5867a1
No related merge requests found
......@@ -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',
) : (),
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment