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: [tree-ssa]: Reduce size of phi nodes by 31 bits


Devang Patel <dpatel@apple.com> writes:

> On Dec 30, 2003, at 4:04 PM, Richard Henderson wrote:
> 
> > On Tue, Dec 30, 2003 at 02:54:05PM -0800, Devang Patel wrote:
> >> Do you think we can steal couple of bits from num_args ?
> >
> > I expect.  Though if you start stealing too many bits, we'll
> > need to add code to verify that we don't overflow.
> >
> > It'd be interesting to see what the maximum arity of a phi is
> > with various exceedingly large switches or computed gotos.
> 
> In my measurement 582 is max phi arg count during compiler bootstrap.

What happens when you use --enable-intermodule?
 
-- 
- Geoffrey Keating <geoffk@geoffk.org>


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