[GHC] #4267: Strictness analyser is to conservative about passing a boxed parameter
GHC
ghc-devs at haskell.org
Wed Jan 29 18:06:52 UTC 2014
#4267: Strictness analyser is to conservative about passing a boxed parameter
-------------------------------------+------------------------------------
Reporter: tibbe | Owner: nomeata
Type: bug | Status: closed
Priority: low | Milestone: 7.6.2
Component: Compiler | Version: 6.13
Resolution: fixed | Keywords:
Operating System: Unknown/Multiple | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
-------------------------------------+------------------------------------
Comment (by nomeata):
Unfortunately, #7994 would break this test ;-)
{{{
bytes allocated value is too low:
(If this is because you have improved GHC, please
update the test so that GHC doesn't regress again)
Expected bytes allocated: 130000 +/-10%
Lower bound bytes allocated: 117000
Upper bound bytes allocated: 143000
Actual bytes allocated: 40992
*** unexpected failure for T4267(normal)
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/4267#comment:14>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list