This is the mail archive of the gcc-help@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: oerdering of optimzation


On Sat, Aug 8, 2009 at 03:56, anandulle<anandulle@gmail.com> wrote:

> Â Â Â Â Â Â ÂI want to know in GCC the IR remains same throughout GIMPLE ->
> RTL-> ASM or does it changes in between

You answered your own question.  The IR changes as compilation
progresses.  It starts with tokens and parse trees, it then moves to
GENERIC (not all FEs do this, though), then it moves to GIMPLE and
finally to RTL and assembler.


Diego.


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