[GHC] #6135: Unboxed Booleans

GHC cvs-ghc at haskell.org
Tue Apr 16 18:17:59 CEST 2013


#6135: Unboxed Booleans
---------------------------------+------------------------------------------
    Reporter:  benl              |       Owner:  jstolarek       
        Type:  feature request   |      Status:  patch           
    Priority:  normal            |   Milestone:  7.8.1           
   Component:  Compiler          |     Version:  7.4.1           
    Keywords:                    |          Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown    
  Difficulty:  Unknown           |    Testcase:                  
   Blockedby:                    |    Blocking:                  
     Related:  #605              |  
---------------------------------+------------------------------------------

Comment(by simonpj):

 Also, use the stage-1 compiler to generate code for some tiny program like
 {{{
 f x = if x>0 then True else False
 g x = x<0
 }}}
 and check that the comparison is going to work right.

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



More information about the ghc-tickets mailing list