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: delete_trivially_dead_insns cleanup


>>>>> Jan Hubicka writes:

| this patch cleanups and optimizes delete_trivially_dead_insns, so it now
| kills more dead code by iterating until stabilizes

	Do we always want to iterate until we stabilize or do we want to
set a threshold on the maximum number of iternations?  Maybe we should
make this a param?

David


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