#5005: epollCreate: unsupported operation (Function not implemented)
---------------------------------+------------------------------------------
    Reporter:  nomeata           |        Owner:                    
        Type:  bug               |       Status:  new               
    Priority:  highest           |    Milestone:  7.2.1             
   Component:  Compiler          |      Version:  7.0.2             
    Keywords:                    |     Testcase:                    
   Blockedby:                    |   Difficulty:                    
          Os:  Linux             |     Blocking:                    
Architecture:  Unknown/Multiple  |      Failure:  Compile-time crash
---------------------------------+------------------------------------------
Changes (by igloo):

  * priority:  normal => highest
  * milestone:  => 7.2.1


Comment:

 One option is to do something different if `BeConservative` is `YES`.

 So we could:

  * always use `c_epoll_create` if `BeConservative` is `YES`
  * do the test-and-fallback if `BeConservative` is `YES`
  * always test-and-fallback

 I don't know what the advantages of `c_epoll_create1` are, or if test-and-
 fallback is a significant performance penalty. Which should we do?

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