[GHC] #11394: Base should use native Win32 IO on Windows

GHC ghc-devs at haskell.org
Thu Jan 14 14:56:20 UTC 2016


#11394: Base should use native Win32 IO on Windows
-------------------------------------+-------------------------------------
        Reporter:  bgamari           |                Owner:
            Type:  task              |               Status:  new
        Priority:  normal            |            Milestone:
       Component:  Core Libraries    |              Version:  7.10.3
      Resolution:                    |             Keywords:
Operating System:  Windows           |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by Phyx-):

 I think Joey's IOCP based manager from #11394 could be a good start for
 this.

 We should see how easy it is to bring his old code up to date on GHC now
 and how much of it can be re-used https://github.com/joeyadams/haskell-
 iocp

 Might also want to consider support for Registered I/O which would
 significantly up the throughput for Windows Based server programs. It's a
 recent addition to Windows 8+, but might be worth a look at
 https://technet.microsoft.com/en-us/library/hh997032.aspx.

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


More information about the ghc-tickets mailing list