This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Extend STRESS_REALLOC to move the stack with every EXTEND
authorFather Chrysostomos <sprout@cpan.org>
Thu, 21 Nov 2013 04:39:56 +0000 (20:39 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 23 Nov 2013 05:20:37 +0000 (21:20 -0800)
commit865e3ae09bd2dde9953a008963d3c5a0ad14e32d
tree561da0ed53edbfa8fa507bff4ae30331115ad08e
parent0ff725582ada84044c87936ed5498addbfbb2a5a
Extend STRESS_REALLOC to move the stack with every EXTEND

This allows us easily to catch cases where the stack could move to a
new memory address while code still holds pointers to the old loca-
tion.  Indeed, this causes test failures.
av.c
pp.h