8.6. C Stack Frame

8.6.1. Variable Argument List

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

8.6.2. Dynamic Allocation of Stack Space

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