[GHC] #6135: Unboxed Booleans
GHC
cvs-ghc at haskell.org
Mon May 27 19:37:53 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
Resolution: | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: None/Unknown | Difficulty: Unknown
Testcase: | Blockedby:
Blocking: | Related: #605
-------------------------------+--------------------------------------------
Comment(by jstolarek):
Simon M., you're right - there are no changes in the code generator.
According to tests and my analysis of generated assembly everything works
correct. I wish I could give an explanation of how that works in the
codegen but I have to admit that I am not familiar with that part of the
compiler. I'll take a look at the code and see if I can give a more
professional response :)
Right now I'm trying to see if I can use new primops to get more
performance out of Gregory Collins' hashtables package - I'll post here if
I get good results.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/6135#comment:58>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list