Re: [Xen-devel] [PATCH 8/8] gnttab: drop struct active_grant_entry's gfn field for release builds

2017-08-15 Thread Andrew Cooper
On 15/08/17 15:42, Jan Beulich wrote: > This shrinks the size from 48 to 40 bytes bytes on 64-bit builds. > > Signed-off-by: Jan Beulich > > --- a/xen/common/grant_table.c > +++ b/xen/common/grant_table.c > @@ -185,7 +185,12 @@ struct active_grant_entry { > grant_ref_t

[Xen-devel] [PATCH 8/8] gnttab: drop struct active_grant_entry's gfn field for release builds

2017-08-15 Thread Jan Beulich
This shrinks the size from 48 to 40 bytes bytes on 64-bit builds. Signed-off-by: Jan Beulich --- a/xen/common/grant_table.c +++ b/xen/common/grant_table.c @@ -185,7 +185,12 @@ struct active_grant_entry { grant_ref_t trans_gref; struct domain *trans_domain;