Skip to content
  • Simon Marlow's avatar
    Merge the smp and threaded RTS ways · eba7b660
    Simon Marlow authored
    Now, the threaded RTS also includes SMP support.  The -smp flag is a
    synonym for -threaded.  The performance implications of this are small
    to negligible, and it results in a code cleanup and reduces the number
    of combinations we have to test.
    eba7b660