In PL_regexp_padav, store regexps via real references, rather than
authorNicholas Clark <nick@ccl4.org>
Tue, 8 Jan 2008 17:10:29 +0000 (17:10 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 8 Jan 2008 17:10:29 +0000 (17:10 +0000)
commit10599a699e18a26ba9c9154ce2c01e7cf53249ce
tree10bede87c74177d62b57585acf5c760f0469be98
parent9a8b670905dec428f75660a49918537c7271b6b6
In PL_regexp_padav, store regexps via real references, rather than
hiding them within IVs. We can do this now that they are real SV
pointers.

p4raw-id: //depot/perl@32900
op.h
perl.c
pp_hot.c
sv.c