Stewart Smith wrote: > 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. >
To sum up - I think the text padraig proposed and brian amended is correct and doesn't conflict with anything: "Your class definition should start with its public: section, followed by its protected: section and then its private: section. If any of these sections are empty, omit them. Exceptions will be made for cache alignment." Monty _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

