This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: RTL obscurities
- From: Andrew Haley <aph-gcc at littlepinkcloud dot COM>
- To: Nick Maclaren <nmm1 at cus dot cam dot ac dot uk>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Fri, 25 May 2007 14:15:16 +0100
- Subject: Re: RTL obscurities
- References: <E1HrZS7-0002Su-Gy@libra.cus.cam.ac.uk>
Nick Maclaren writes:
> I am trying to reverse engineer gcc's generation of RTL and failing
> dismally. Alll the documentation seems to be in terms of the
> string representation, and I can find nothing that links that to
> the relevant calls. I can find some calls, but nothing that will
> do what I need to two.
>
> And this is just to generate 3 instructions in the prologue!
>
> Can anyone help at all with this?
If course, but you haven't told us what you want to know. The
question above reads like a request for a detailed RTL cookbook and
manual, and you aren't going to get that in an email response.
Andrew.