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] Avoid nondeterminism in tree-ssanames


  And will there or will there
not be a free list mainatined within the zone?

Not within the zone collector, only after collecting objects (doh!). You need
to maintain your own objects cache.

Well, you could make it free specific objects without any trouble prior to marking or collection, it just "doesn't" right now. :P


I can make it able to do so if you like.


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