[GHC] #6135: Unboxed Booleans

GHC cvs-ghc at haskell.org
Mon Apr 15 07:59:25 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 jstolarek):

 I'm looking at the diff and I don't think that I could possibly split it
 into smaller changes. The problem is that once you change one of the
 primops to return `Int#`, you have to change them all because they all
 fall into the same Compare category. And then you need to fix deriving of
 Eq and Ord. These are the smallest changes I was able to make and have the
 code compile.

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



More information about the ghc-tickets mailing list