
19 Jul
2006
19 Jul
'06
10:40 a.m.
Duncan Coutts wrote:
I believe that the smp flavour of the RTS is now built by default and so all you need to do is use it when linking a program:
ghc-6.5 -smp Foo.hs -o foo
Yes, although -smp is now the same as -threaded, so for simplicity we'll stop referring to -smp and just use -threaded (it'll still be accepted for backwards compatibility, though). Cheers, Simon