This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] pack structures better on 64-bit hosts
- From: Ian Lance Taylor <ian at airs dot com>
- To: Nathan Froyd <froydnj at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org, jason at redhat dot com, bonzini at gnu dot org, ubizjak at gmail dot com
- Date: Mon, 26 Apr 2010 15:44:18 -0700
- Subject: Re: [PATCH] pack structures better on 64-bit hosts
- References: <20100422051756.GR18198@codesourcery.com> <20100426191802.GK18198@codesourcery.com>
Nathan Froyd <froydnj@codesourcery.com> writes:
>> gcc/
>> * basic-block.h (struct control_flow_graph): Move last_label_uid field up.
>> * df.h (struct df_base_ref): Move regno field up.
>> * expr.h (struct separate_ops): Move location field up.
>> * optabs.h (struct optab_d): Move libcall_basename field down.
>> * dwarf2out.c (struct dw_fde_struct): Move funcdef_number field down.
>> * config/i386/i386.c (struct ix86_frame): Move red_zone_size up.
>> * config/i386/i386.h (struct machine_function): Convert call_abi field
>> into a bitfield. Move cfa field to the end of the structure.
>> gcc/cp/
>> * cp-tree.h (struct cp_decl_specifier_seq): Move type_location field up.
>> (struct cp_declarator): Move id_loc field up.
These are all OK.
Thanks.
Ian