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] O(1) PHI argument look-up - Part 1/n


On Fri, 2004-11-19 at 16:35 -0500, Kazu Hirata wrote:

> Otherwise, VEC_unordered_remove fills a "hole" with the last
> element in the edge vector, at which point, the edge that now lives in
> the "hole" no longer has a consistent dest_idx, so I update its
> dest_idx.  Maybe I should have put this comment there.
> 
Ah, you are right.  Sorry about that.  Yes, a comment should help
clarify things.


> Can I go with the original patch except that I address the comment
> issues above?
> 
Sure.


Diego.


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