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: RTL help needed


On Sunday 11 July 2004 13:19, EMPEROR wrote:
> hi all
> I need to learn RTL .but the documentation given in the gcc site
> is not clear and vivid.Can some one explain me the following RTL
> code so that I can extend them to other programs and learn them myself

Generally speaking each RTL insn corresponds to a single assembly instruction. 
You may find it helpful to compare the rtl (at the end of the compilation 
process) with the generated assembly code.

What specifically don't you understand? Without a more specific question 
you're unlikley to get a particularly useful answer. It'd probably also help 
if you said why you need to "learn RTL".

Paul


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