http://bugzilla.novell.com/show_bug.cgi?id=402833
http://bugzilla.novell.com/show_bug.cgi?id=402833#c12 --- Comment #12 from Ted Unangst <[email protected]> 2010-01-06 19:40:31 UTC --- Here's an actual patch that appears to work better, using the existing spin lock code, along with some numbers for a simple multithreaded test case on a dual core mac mini. Before: 1 thread: real 0m0.307s user 0m0.276s sys 0m0.027s 4 threads: real 0m5.830s user 0m3.595s sys 0m5.427s After: 1 thread: real 0m0.352s user 0m0.319s sys 0m0.029s 4 threads: real 0m0.812s user 0m1.081s sys 0m0.193s -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
