[Mono-bugs] [Bug 402833] Slow memory allocation in multi-thread app
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Jan 6 15:25:03 EST 2010
http://bugzilla.novell.com/show_bug.cgi?id=402833
http://bugzilla.novell.com/show_bug.cgi?id=402833#c14
Rodrigo Kumpera <rkumpera at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rkumpera at novell.com
--- Comment #14 from Rodrigo Kumpera <rkumpera at novell.com> 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.
More information about the mono-bugs
mailing list