Re: [GHC] #6070: Fun with the demand analyser

#6070: Fun with the demand analyser
-------------------------------------+-------------------------------------
Reporter: simonpj | Owner: simonpj
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.4.1
Resolution: | 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: |
-------------------------------------+-------------------------------------
Comment (by osa1):
Just tried with GHC HEAD, unused arg in join point in `Unboxed.hs`
vanishes with late demand analysis.
{{{
let-no-escape {
$j_s4wc [Occ=Once*!T[2], Dmd=, Unf=OtherCon []] = ...
}}}
--
Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/6070#comment:9
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler
participants (1)
-
GHC