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]

Re: Memory map.


[Charset iso-8859-1 unsupported, filtering to ASCII...]
>     Is the memory map kept in gcc after the reload step? (e.g. e vector
> saying the stack slot where each variable is placed). I wrote the code to

We've got reg_renumber, which tells you for each pseudo reg which
hard reg it got, if any, and regno_reg_rtx, which gets changed to
the appropriate MEMs for stack slots.

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