http://bugzilla.novell.com/show_bug.cgi?id=402833
http://bugzilla.novell.com/show_bug.cgi?id=402833#c14 Rodrigo Kumpera <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #14 from Rodrigo Kumpera <[email protected]> 2010-01-06 20:25:01 UTC --- Using USE_SPIN_LOCKS under OSX is not really acceptable as it wastes too much cpu and sleep time. We should go with adaptative spinning + cond var. A know technique to work around this kind of suckiness. -- 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
