This is the mail archive of the gcc@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: generate RTL sequence


> >  There is a structure sequence_stack, I don't what it does.
> 
> start_sequence and end_sequence are used to group insns into a
> specific location when you are generating insns.  I quote the comment
> in emit-rtl.c:

And sequence_stack exists so you can arbitrarily nest insn sequences.


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