This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
eliminate PERL_STACK_OVERFLOW_CHECK
authorDavid Mitchell <davem@iabyn.com>
Fri, 25 Dec 2015 22:41:21 +0000 (22:41 +0000)
committerDavid Mitchell <davem@iabyn.com>
Wed, 3 Feb 2016 09:19:18 +0000 (09:19 +0000)
commitd2af2719f1469dcb5f93ecdd69cd33aa6799b78a
treed4d68c273971d3b6a11af14d9a388c3703bce8f9
parent53d3542d62a6150413de482742e24f24b82112a8
eliminate PERL_STACK_OVERFLOW_CHECK

This macro is defined as NOOP on all platforms except for MacOS classic,
where it was added as a hook to allow for OSes that have a small CPU
stack size. Since pp_entersub et al don't actually use the CPU stack,
this hook looks misconceived from the beginning. So remove all
uses of it in the core.
cop.h
perl.h
pp_ctl.c
pp_hot.c
pp_sort.c
pp_sys.c