[GHC] #2078: INLINE and strictness

GHC trac at galois.com
Wed Feb 6 05:25:58 EST 2008


#2078: INLINE and strictness
--------------------------------------+-------------------------------------
 Reporter:  simonpj                   |          Owner:  simonpj    
     Type:  run-time performance bug  |         Status:  new        
 Priority:  normal                    |      Milestone:  6.10 branch
Component:  Compiler                  |        Version:  6.8.2      
 Severity:  normal                    |     Resolution:             
 Keywords:                            |     Difficulty:  Unknown    
 Testcase:                            |   Architecture:  Unknown    
       Os:  Unknown                   |  
--------------------------------------+-------------------------------------
Comment (by simonpj):

 Here's a concrete example when this came up:
 {{{
 Wed Jan 23 16:12:07 PST 2008  Roman Leshchinskiy <rl at cse.unsw.edu.au>
   * Make zipD strict in both arguments

   The strictness analyser doesn't seem to be able to figure this out. This
   change improves fusion.

     M ./Data/Array/Parallel/Unlifted/Distributed/Types.hs -2 +2
 }}}

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


More information about the Glasgow-haskell-bugs mailing list