#849: Offer control over branch prediction
---------------------------------+------------------------------------------
    Reporter:  simonpj           |        Owner:              
        Type:  feature request   |       Status:  new         
    Priority:  normal            |    Milestone:  6.12.3      
   Component:  Compiler          |      Version:  6.4.2       
    Keywords:                    |   Difficulty:  Unknown     
          Os:  Unknown/Multiple  |     Testcase:  N/A         
Architecture:  Unknown/Multiple  |      Failure:  None/Unknown
---------------------------------+------------------------------------------
Changes (by tibbe):

  * failure:  => None/Unknown


Comment:

 We have the same problem in `Data.Binary.Builder` and
 `Data.Text.Lazy.Builder` where we need to check if the output buffer if
 full before writing a byte/character. The path that creates a new buffer
 should be out-of-line.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/849#comment:11>
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