public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Stackframe handling depends on platform
@ 2005-01-07  9:55 Peter Bühler
  0 siblings, 0 replies; only message in thread
From: Peter Bühler @ 2005-01-07  9:55 UTC (permalink / raw)
  To: gcc-help

I'm searching for reasons, why the stackframe is handled different for i386
and i686 platforms.
On platform i386, function parameters are pushed to the stack and therefore
to adresses lower than the stackpointer.
On platform i686 parameters are moved to the stack and are placed to
adresses which are higher than the stackpointer.
Why is the second way to do it better for the i686 platform?

regards
Peter Bühler

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

only message in thread, other threads:[~2005-01-07  9:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-07  9:55 Stackframe handling depends on platform Peter Bühler

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).