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]

When is the stack pointer unreliable?


I noticed that i386 backend reloads the stack pointer in
situations where it shouldn't be necessary.  In i386.c
(ix86_epilogue) is the comment:

  /* sp is often  unreliable so we must go off the frame pointer.

Since reloading the stack pointer causes a stall on some processors
it should be avoided when possible.  Under what situations is sp
unreliable?

-- John
-------------------------------------------------------------------------
|   Feith Systems  |   Voice: 1-215-646-8000  |  Email: john@feith.com  |
|    John Wehle    |     Fax: 1-215-540-5495  |                         |
-------------------------------------------------------------------------



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