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: [tuples] Remove 'next' and 'prev' fields in gimple_statement_base


> - It is different than the existing implementation.  So the linked
> list manipulation code had corner cases when inserting and removing
> statements and sequences into other sequences.

Arghhh, I was hoping we'd never run into statements into separate
sequences.  Oh well...

> Moving 'next' and 'prev' out of gimple means that gimple_seq are now
> exactly like STATEMENT_LIST.  I also removed the *_link_* routines, as

Thanks for doing this.


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