Menu

#92 Single thread performance hampered.

general
closed
nobody
None
1
2014-10-06
2014-10-06
Bram Stolk
No

Single thread performance is hampered by multi threaded code.
Even when running in a single thread, 10% of the dWorldQuickStep() cycles are spent on locking/unlocking.
There is no locking need if running single threaded, so the cycles are wasted.
This should probably be addressed, so that the multi threaded mechanism does not hurt single threaded path.

1 Attachments

Discussion

  • Bram Stolk

    Bram Stolk - 2014-10-06
    • status: open --> closed
     
  • Bram Stolk

    Bram Stolk - 2014-10-06

    Probably false alarm, as I did not use the '--disable-threading-intf' flag.

     

Log in to post a comment.