[GHC] #1600: Optimisation: CPR the results of IO

GHC ghc-devs at haskell.org
Tue Nov 26 12:14:49 UTC 2013


#1600: Optimisation: CPR the results of IO
-------------------------------------+-------------------------------------
        Reporter:  simonmar          |            Owner:
            Type:  task              |           Status:  new
        Priority:  lowest            |        Milestone:  7.6.2
       Component:  Compiler          |          Version:  6.6.1
      Resolution:                    |         Keywords:
Operating System:  Unknown/Multiple  |     Architecture:  Unknown/Multiple
 Type of failure:  Runtime           |       Difficulty:  Moderate (less
  performance bug                    |  than a day)
       Test Case:                    |       Blocked By:
        Blocking:                    |  Related Tickets:
-------------------------------------+-------------------------------------

Comment (by simonpj):

 Great example!   Graham Hutton would be interested, since he wrote a
 [http://www.cs.nott.ac.uk/~gmh/wrapper.pdf paper about worker/wrapper]
 (JFP 2009).

 A neat approach might be to say that, when doing the fixpoint on a
 recursive group, trim off any nested CPR info from the demand signatures
 we use when processing the RHSs.

 Simom

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/1600#comment:22>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list