This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH - Minor changes to support 64bit int/32bit ABI for PPC


On Mon, Nov 10, 2003 at 09:50:39AM -0800, Dale Johannesen wrote:
> It is not just speed.  Making H_W_I 64 bits increases the size of every 
> rtx by 50%.

Not anymore it doesn't.

2003-10-18  Richard Sandiford  <rsandifo@redhat.com>

        * rtl.h (rtl_size): Declare.
        (rtunion): Remove rtwint.
        (rtx_def): Replace 'fld' with a union of an rtunion or a HOST_WIDE_INT.
        (RTX_HDR_SIZE, RTX_SIZE): New macros.
        (RTL_CHECK1): Adjust for new rtx_def layout.
        (RTL_CHECK2, RTL_CHECKC1, RTL_CHECKC2): Likewise.
        (XWINT, XCWINT): Likewise.  Access the rtx structure directly.
        (X0WINT): Remove.
        (X0ANY): New macro.
	...


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]