Re: [PATCH 03/13] store the bitmap_head within the auto_bitmap

2017-05-10 Thread Richard Biener
On Tue, May 9, 2017 at 10:52 PM, wrote: > From: Trevor Saunders > > This gets rid of one allocation per bitmap. Often the bitmap_head is > now on the stack, when it isn't its part of some other struct on the > heap instead of being refered to by that struct. On 64 bit platforms > this will inc

[PATCH 03/13] store the bitmap_head within the auto_bitmap

2017-05-09 Thread tbsaunde+gcc
From: Trevor Saunders This gets rid of one allocation per bitmap. Often the bitmap_head is now on the stack, when it isn't its part of some other struct on the heap instead of being refered to by that struct. On 64 bit platforms this will increase the size of such structs by 24 bytes, but its a