[GHC] #10421: exponential blowup in inlining (without INLINE pragmas)
GHC
ghc-devs at haskell.org
Sat Feb 11 10:39:02 UTC 2017
#10421: exponential blowup in inlining (without INLINE pragmas)
-------------------------------------+-------------------------------------
Reporter: rwbarton | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.6.3
Resolution: | Keywords: Inlining
Operating System: Unknown/Multiple | Architecture:
Type of failure: Runtime | Unknown/Multiple
performance bug | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by phadej):
The code in RegBigger looks like Yesod code in trac:13253, but here we run
in `IO`, not `MForm = RWST`. I checked all yesod-forms, back to
http://hackage.haskell.org/package/yesod-form-0.2.0.1 released in *2011*,
the `MForm` is `RWST` all the way down.
I'd close this ticket (there is trac:13253), as there is no way to
reproduce using `RegBigger.hs`.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10421#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list