Stackframe handling depends on platform

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux