[GHC] #11403: Provide a way to make fast in-calls into Haskell
GHC
ghc-devs at haskell.org
Mon Jan 11 10:55:58 UTC 2016
#11403: Provide a way to make fast in-calls into Haskell
-------------------------------------+-------------------------------------
Reporter: dobenour | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.10.3
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
Currently, there is no way to call into Haskell without creating a new
Haskell thread and running the schedular, which is rather slow. It would
be nice to be able to make faster calls into Haskell, even if some state
had to be persisted on the C side and passed to the RTS each time.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11403>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list