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] Walking blocks in reverse


On Fri, 2003-04-04 at 17:18, Andrew MacLeod wrote:

> Live range stuff will need to walk every stmt... 
>
Right.

> I suppose you could use the same routines in rewrite_block to push just
> the iterators you do care about, and pop them off later...
>
Well, it's still cheaper to only push the bits I need (namely, the
defs).  Otherwise, we would have to pull the defs and vdefs out of the
statements as we walked the stack back.


Diego.


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