On Wed, Feb 10, 2010 at 09:05:47AM -0500, Jay Pipes wrote: > I strongly disagree. Cache misses did not suddenly eclipse LOCK open or the > parser's poor performance just because someone's been playing around with > pahole.
LOCK_open is rather nasty.... but after that.. I suspect we can get something better from making a bunch of oru data structures better cache aligned - especially in hot code paths. Mutexes are still murder though. -- Stewart Smith _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

