[GHC] #13668: Space leak re-introduced
GHC
ghc-devs at haskell.org
Tue May 9 13:58:03 UTC 2017
#13668: Space leak re-introduced
-------------------------------------+-------------------------------------
Reporter: simonpj | Owner: (none)
Type: bug | Status: new
Priority: normal | 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 bgamari):
If we `seqExpr` the tidied template expression we win back most, but not
all, of the benefit. It still leaves a few percent reduction in
`max_bytes_used` on the table relative to `seqUnfolding` the new
unfolding, however.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13668#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list