This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add a stack extend check to pp_entersub for XS subs
authorTony Cook <tony@develop-help.com>
Thu, 31 Aug 2017 04:33:17 +0000 (14:33 +1000)
committerTony Cook <tony@develop-help.com>
Thu, 31 Aug 2017 04:33:17 +0000 (14:33 +1000)
commitcfbdacd3fe159abe693ef1eb6fd7460850ef9312
treed01a37eabb7ab650520455cdb62b95ba07062fac
parentcb87b182a5dce7fcec9a566d505ef08d0e85c813
add a stack extend check to pp_entersub for XS subs

This allows us to report the XSUB involved by name (or at least by
filename if it's anonymous) in the likely case that it was an XSUB
that failed to extend the stack.
pp_hot.c