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


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.


r~


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