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]

/


This is a cite from config/xtensa/xtensa.h:

   stack-walking code in GCC always begins from the hard_frame_pointer
   register, not the stack pointer.

Can you, please, answer, why hard_frame_pointer_rtx is used, not just
frame_pointer_rtx, to start such a walks?  Isn't the second more
adequate?


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