Blender Git Loki
Git Commits -> Revision e607825
Revision e607825 by Sergey Sharybin (master) July 2, 2013, 19:22 (GMT) |
Replace mutex lock with spinlock in threaded object update It's not so much happening inside the lock and using spin lock instead of mutex lock will give some speedup due to smaller latency of resuming the thread when mutex was locked. |
Commit Details:
Full Hash: e607825f6b637f553fc8011e3d98556626fc2990
SVN Revision: 57938
Parent Commit: 06e2d96
Lines Changed: +6, -2
1 Modified Path:
/source/blender/blenkernel/intern/scene.c (+6, -2) (Diff)