diff options
author | Nicolas Frisby <nicolas.frisby@gmail.com> | 2013-04-11 12:48:11 +0100 |
---|---|---|
committer | Nicolas Frisby <nicolas.frisby@gmail.com> | 2013-04-11 18:47:57 +0100 |
commit | af12cf66d1a416a135cb98b86717aba2cd247e1a (patch) | |
tree | 8e17ace160216f6aab960132c8bd3629dbaf1849 /compiler/codeGen | |
parent | 155d943cbbe0ee8c3443bb76c74dff99355b55aa (diff) | |
download | haskell-af12cf66d1a416a135cb98b86717aba2cd247e1a.tar.gz |
ignore RealWorld in size_expr; flag to keep w/w from creating sharing
size_expr now ignores RealWorld lambdas, arguments, and applications.
Worker-wrapper previously removed all lambdas from a function, if they
were all unused. Removing *all* value lambdas is no longer
allowed. Instead (\_ -> E) will become (\_void -> E), where it used to
become E. The previous behavior can be recovered via the new
-ffun-to-thunk flag.
Nofib notables:
----------------------------------------------------------------
Program O2 O2 newly ignoring RealWorld
and not turning function
closures into thunks
----------------------------------------------------------------
Allocations
comp_lab_zift 333090392% -5.0%
reverse-complem 155188304% -3.2%
rewrite 15380888% +4.0%
boyer2 3901064% +7.5%
rewrite previously benefited from fortunate LoopBreaker choice that is
now disrupted.
A function in boyer2 goes from $wonewayunify1 size 700 to size 650,
thus gets inlined into rewritelemmas, thus exposing a parameter
scrutinisation, thus allowing SpecConstr, which unfortunately involves
reboxing.
Run Time
fannkuch-redux 7.89% -15.9%
hpg 0.25% +5.6%
wang 0.21% +5.8%
/shrug
Diffstat (limited to 'compiler/codeGen')
0 files changed, 0 insertions, 0 deletions