Re: ntdll: Fixed some heap allocation stalls

2012-11-03 Thread Steaphan Greene
On 11/03/2012 10:28 AM, Matteo Bruni wrote: 2012/11/3 Steaphan Greene: On 11/03/2012 09:04 AM, Matteo Bruni wrote: 2012/11/2 Steaphan Greene: Running a game in wine showed it performing terribly. I traced this to the fact that it allocates and deallocates tiny memory chunks over and over (I

Re: ntdll: Fixed some heap allocation stalls

2012-11-03 Thread Steaphan Greene
hit that "0x08" bin. -- Steaphan Greene

Re: ntdll: Fixed some heap allocation stalls

2012-11-03 Thread Steaphan Greene
On 11/03/2012 09:04 AM, Matteo Bruni wrote: 2012/11/2 Steaphan Greene: Running a game in wine showed it performing terribly. I traced this to the fact that it allocates and deallocates tiny memory chunks over and over (I suspect it's in C++ and passing things by value everywhere). This l