This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
eliminate OPpRUNTIME private PMOP flag
authorDavid Mitchell <davem@iabyn.com>
Mon, 14 Nov 2016 10:35:39 +0000 (10:35 +0000)
committerDavid Mitchell <davem@iabyn.com>
Mon, 14 Nov 2016 10:46:39 +0000 (10:46 +0000)
commit2e2d70f2b1c8c037ccde21d4de658efaa0008b49
tree2619fb7e52629bac1aa8e7e72823efef538bd2f9
parentd3d326f25de908230e5230aca83f78017a4a136a
eliminate OPpRUNTIME private PMOP flag

This flag was added in 5.004 and even then it didn't seem to be used for
anything. It gets set and unset in various places, but is never tested.
I'm not even sure what it was intended for.
dump.c
ext/B/t/f_sort.t
ext/B/t/optree_misc.t
ext/B/t/optree_samples.t
lib/B/Op_private.pm
op.c
opcode.h
pp_ctl.c
regen/op_private