This is the mail archive of the gcc-bugs@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]

symble table for RTL representation


I am studying RTL representation of gcc.

I found that even when I compile with -g flag, no information is given
in RTL for variable names, such as which register/memory location corresponds
to which variable names in source program. 

Do I find such information in a separate symble table? Where can I find 
information on how to access the symble table or possibly dumping it?

Thanks much.

Liang-Fang Chao
Quickturn, A Cadence Company


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