This is the mail archive of the gcc-help@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]

Re: Ways to fill the stack


10.02.2013, 10:13, "Ian Lance Taylor" <iant@google.com>:

>  I don't see why this would ever use a push instruction.  Arguments are
>  passed in registers on x86_64.  For each call the local array is built
>  on the stack, then the address of the array is passed in a register.

Local array can be build on the stack, using push instruction.


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