in reply to XS: THX questions

aha! The macro system doesn't work well for vararg functions, so Perl_croak(aTHX_ ...) is more efficient than croak(...).

#define PERL_NO_GET_CONTEXT should avoid some accidental inefficiencies (by failing to compile on some configs, I believe).

I had forgotten about perlguts (or rather, I was confusing it with perlhack).