7.6. C Stack Frame

7.6.1. Variable Argument List

See Itanium™ Software Conventions and Runtime Guide, Chapter 8.5.2, and 8.5.4.

7.6.2. Dynamic Allocation of Stack Space

The C library alloca() function should be used to dynamically allocate stack space.