The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Stack Manipulation Macros

Declare Just SP. This is actually identical to dSP, and declares a local copy of perl's stack pointer, available via the SP macro. See "SP" in perlapi. (Available for backward source code compatibility with the old (Perl 5.005) thread model.)