This is the mail archive of the gcc@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]

Re: an experiment with garbage collection


One thought that occurs to me, is that most passes start out with a scan over
all of the insns.  You could do GC as part of that scan.  Another more limited
possibility, is a lot of phases call regcan.  Regscan could do the gc and
not have to touch other phases into you get into register allocation.


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