[GHC] #13213: Lifting thunks out of thunks to reduce their size.
GHC
ghc-devs at haskell.org
Tue Jan 31 16:53:45 UTC 2017
#13213: Lifting thunks out of thunks to reduce their size.
-------------------------------------+-------------------------------------
Reporter: nomeata | Owner:
Type: task | Status: new
Priority: low | Milestone:
Component: Compiler | Version: 8.0.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by rwbarton):
Anecdotally it's fairly common to see ugly long strings of `mov`
instructions in generated code, though I don't know whether they are from
cases like this one, the similar but distinct case of
ticket:10980#comment:13, or something completely different like record
updates in a record with many fields.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13213#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list