I have two questions:

  1. Is the stack alignment for the stdcall calling convention always 4 bytes, or is it 4 for a 32 bit machine and 8 for a 64 bit machine?
  2. What is the stack alignment size for cdecl?

I am using Microsoft Visual Studio 2010.

link|improve this question
Implementation dependent. – Erik Mar 13 '11 at 18:10
Updated the question. – Jin Mar 13 '11 at 18:16
I would like to add: Is there a way to get the alignment size? e.g. does sizeof(int) always work? – panzi Jun 18 '11 at 18:20
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.