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][RFC] Move IVOPTs closer to RTL expansion


On 09/10/2013 07:23 AM, Richard Biener wrote:

update-ssa for example just queues to release SSA names.  But yes,
re-using SSA names from a freelist has issues and advantages ;)
Yup. I've wondered from time to time if we could do away with the name manager -- IIRCC it was written when we took everything out of SSA form after jump threading then put everything back into SSA form. With the incremental update we do now we could consider doing away with the manager entirely.

jeff


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