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]

Re: [PATCH]: RTL iterators


> Only supports RTL that is 20 levels deep, but i've never seen one more
> than 3 levels deep, so i don't think this is a problem.
Minimally you will need IMO bypass the nesting in linear lists used by
notes.
There can well be more than 20 notes in the chain.

Honza


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