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: Move reg_equiv_* into a single structure


On 05/14/10 09:35, Richard Guenther wrote:

You might want to consider using a GC allocated VEC instead to save the separate size variable.

I've got no strong opinions on this. If you'd like that change, I'm happy
to make it.
It's a possibility for further cleanup. I guess it should be like the rest of
arrays used around this struct.
I'll go ahead and make that change. There aren't any other arrays with a distinct size variable in reload1, so we're free to define whatever convention we want.
Thanks. The patch is ok then.
I'll consider the patch approved after changing it to use a GC allocated VEC and re-testing.

Thanks,
Jeff


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