public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Stack walking help
@ 2003-08-06  6:57 Paul Govereau
  0 siblings, 0 replies; only message in thread
From: Paul Govereau @ 2003-08-06  6:57 UTC (permalink / raw)
  To: gcc


Hello,

I am working on the implementation of the quick C-- compiler runtime
system, and I need to be able to walk over C frames. At a minimum, I
need to be able to skip past C frames, and at best I would like to
find callee saves registers. If possible, I don't want to have full
debugging information included in the compiled code. I also don't want
to have to depend on use of an explicit frame pointer. Our compiler
emits information about call-sites that I can use to learn about most
of the stack, I just need to fill in any gaps caused by passing
through C code.

I have developed some code that works fairly well on x86, but -- there
has to be a better way... *sigh*

Can anyone suggest some ideas or pointers that may be helpful?

Thanks,
Paul Govereau

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-06  5:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-06  6:57 Stack walking help Paul Govereau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).