Re: [PATCH][libiberty] Avoid padding in partition_elem

2015-03-19 Thread Jakub Jelinek
On Thu, Mar 19, 2015 at 12:09:10PM +0100, Richard Biener wrote: > > The following patch re-orders elements to avoid 8 bytes of padding. > > Bootstrapped on x86_64-unknown-linux-gnu, ok? > > Thanks, > Richard. > > 2015-03-19 Richard Biener > > * partition.h (struct partition_elem): Re-

[PATCH][libiberty] Avoid padding in partition_elem

2015-03-19 Thread Richard Biener
The following patch re-orders elements to avoid 8 bytes of padding. Bootstrapped on x86_64-unknown-linux-gnu, ok? Thanks, Richard. 2015-03-19 Richard Biener * partition.h (struct partition_elem): Re-order elements to avoid padding. Index: include/partition.h ===