Re: [Mesa-dev] mesa vs pahole

2015-03-20 Thread Dave Airlie
On 21 March 2015 at 00:13, Brian Paul wrote: > On 03/20/2015 01:29 AM, Dave Airlie wrote: >> >> I started running pahole on stuff today and mesa had a bunch of low >> hanging fruit all over the types, the main thing all of this >> does is reduce the mesa context size considerably. >> >> before: >>

Re: [Mesa-dev] mesa vs pahole

2015-03-20 Thread Brian Paul
On 03/20/2015 01:29 AM, Dave Airlie wrote: I started running pahole on stuff today and mesa had a bunch of low hanging fruit all over the types, the main thing all of this does is reduce the mesa context size considerably. before: /* size: 150024, cachelines: 2345, members: 114 */ after: /* size

Re: [Mesa-dev] mesa vs pahole

2015-03-20 Thread Eero Tamminen
Hi, On 03/20/2015 09:29 AM, Dave Airlie wrote: I started running pahole on stuff today and mesa had a bunch of low hanging fruit all over the types, the main thing all of this does is reduce the mesa context size considerably. before: /* size: 150024, cachelines: 2345, members: 114 */ after: /*

[Mesa-dev] mesa vs pahole

2015-03-20 Thread Dave Airlie
I started running pahole on stuff today and mesa had a bunch of low hanging fruit all over the types, the main thing all of this does is reduce the mesa context size considerably. before: /* size: 150024, cachelines: 2345, members: 114 */ after: /* size: 146912, cachelines: 2296, members: 114 */