[PATCH] Reorder Value and User fields to save 8 bytes of padding on 64-bit

Chandler Carruth chandlerc at google.com
Mon Jun 9 16:38:42 PDT 2014


On Tue, Jun 10, 2014 at 12:32 AM, Rafael Ávila de Espíndola <
rafael.espindola at gmail.com> wrote:

> The sizes that I am seeing are
>
> // patch
> // 64: value=40 use=48
> // 32: value=20 use=28
>
> // master
> // 64: value=40 use=56
> // 32: value=20 use=28
>
>
> So it is a saving of 8 bytes in Use. Value has the same size. Awesome!
>

s/Use/User/ right?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140610/a29cc39b/attachment.html>


More information about the llvm-commits mailing list