This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Ways to fill the stack
- From: sztfg at yandex dot ru
- To: gcc-help at gcc dot gnu dot org
- Date: Sun, 10 Feb 2013 10:42:44 +0400
- Subject: 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.