[PATCH]: Pool allocator

Richard Henderson rth@redhat.com
Sat Dec 21 01:13:00 GMT 2002


On Fri, Dec 20, 2002 at 03:16:08PM -0800, Geoff Keating wrote:
> Perhaps it's a cache-line alignment problem?

Maybe.  The current code allocates 12-byte objects into
12-byte slots, which might get better cache colouring
than having them expand to 16-byte slots.  Not sure how
to address that if it's true.

I'm trying to get oprofile working on one of my machines
so that I can get any data whatsoever on the problem.


r~



More information about the Gcc-patches mailing list