[GHC] #11808: nofib's cryptarithm1 regresses due to deferred inlining of Int's Ord operations
GHC
ghc-devs at haskell.org
Thu May 19 10:22:58 UTC 2016
#11808: nofib's cryptarithm1 regresses due to deferred inlining of Int's Ord
operations
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner:
Type: task | Status: closed
Priority: high | Milestone: 8.0.2
Component: Compiler | Version: 8.0.1-rc3
Resolution: worksforme | Keywords:
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: |
-------------------------------------+-------------------------------------
Changes (by thomie):
* status: new => closed
* resolution: => worksforme
Comment:
This was the change that perf.h.o reported:
{{{
nofib/time/cryptarithm1 0.401 + 4.99% 0.421 seconds
}}}
Since cryptarithm1's runtime is currently under 0.4 seconds again on
perf.h.o, I think it's safe to close this ticket, and call it an anomaly.
{{{
nofib/time/cryptarithm1 0.397 = 0.397 seconds
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11808#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list