AshleyYakeley / Truth

Changes and Pinafore projects. Pull requests not accepted.
https://pinafore.info/
GNU General Public License v2.0
32 stars 0 forks source link

Use multiple processors #305

Open AshleyYakeley opened 1 month ago

AshleyYakeley commented 1 month ago

Just need to call setNumCapabilities I think.

AshleyYakeley commented 1 month ago

Switching on SMP actually makes interpretation about 50% slower. So leaving this switched off.

AshleyYakeley commented 1 month ago

May make this a Pinafore library command. In the mean time you can switch on SMP by passing +RTS -N -RTS to pinafore (probably).