[jhc] darcs patch: Support concurrent (and 2 more)
kiwamu at debian.or.jp
kiwamu at debian.or.jp
Tue Nov 5 09:10:31 UTC 2013
3 patches for repository http://repetae.net/repos/jhc:
Tue Nov 5 17:40:09 JST 2013 kiwamu at debian.or.jp
* Support concurrent
The long patch to support concurrent.
The concurrent mean concurrent GC, forkOS, running some context same time.
The patch chooses some thread type, -fnothread or -fpthread or -fcustomthread.
Default is -fpthread.
If choose -fcustomthread, you should implement thread backend on application side.
Tue Nov 5 17:55:08 JST 2013 kiwamu at debian.or.jp
* Pass rts/test with concurrent
Tue Nov 5 17:56:39 JST 2013 kiwamu at debian.or.jp
* Selftest with Test.Framework.TH
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch-preview.txt
Type: text/x-darcs-patch
Size: 119548 bytes
Desc: Patch preview
URL: <http://www.haskell.org/pipermail/jhc/attachments/20131105/443507e1/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: support-concurrent.dpatch
Type: application/x-darcs-patch
Size: 131139 bytes
Desc: A darcs patch for your repository!
URL: <http://www.haskell.org/pipermail/jhc/attachments/20131105/443507e1/attachment-0003.bin>
More information about the jhc
mailing list