[GHC] #11781: Improve common sub-expression
GHC
ghc-devs at haskell.org
Wed Apr 6 10:06:16 UTC 2016
#11781: Improve common sub-expression
-------------------------------------+-------------------------------------
Reporter: simonpj | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.10.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D2074
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by simonpj):
Yes this is OK. It comes from the fast that previously we were commoning
up two wrappers, but now we don't because we are paranoid about CSEing
things with unfoldings.
Simon
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11781#comment:12>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list