
5 Nov
2003
5 Nov
'03
4:29 p.m.
GHC only runs code on a single CPU at the moment
Is this true even if compiled with --threaded-rts ?
Yes, except that Haskell code may run concurrently with one or more OS threads running C code. The restriction is that there can only be one OS thread running Haskell code at any one time. Cheers, Simon
7916
Age (days ago)
7916
Last active (days ago)
0 comments
1 participants
participants (1)
-
Simon Marlow