#1246: <= operators get compiled worse than ==
-------------------------------+--------------------------------------------
  Reporter:  duncan            |          Owner:         
      Type:  bug               |         Status:  closed 
  Priority:  low               |      Milestone:  7.8.1  
 Component:  Compiler          |        Version:  6.6    
Resolution:  fixed             |       Keywords:         
        Os:  Unknown/Multiple  |   Architecture:  x86    
   Failure:  None/Unknown      |     Difficulty:  Unknown
  Testcase:                    |      Blockedby:         
  Blocking:                    |        Related:         
-------------------------------+--------------------------------------------
Changes (by simonmar):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 We now get equal performance for both of these functions, the only
 difference in the generated code is the conditional (<= vs. ==).

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

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to