This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move the hints from op_private into cop_hints. This allows all 32 bits
authorNicholas Clark <nick@ccl4.org>
Sat, 20 May 2006 15:27:28 +0000 (15:27 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 20 May 2006 15:27:28 +0000 (15:27 +0000)
commitd5ec2987912a76b3059b7bd1d06cf02b4d0dae0c
tree6d477542cce33da4dc5bf3735207faff526dcb55
parentda1b432288c7bdd52edfc35caa4160c03c637985
Move the hints from op_private into cop_hints. This allows all 32 bits
to be stored. Make B::Concise display the new hints field, and modify
B::Deparse to use it.

p4raw-id: //depot/perl@28257
18 files changed:
cop.h
ext/B/B.pm
ext/B/B.xs
ext/B/B/Concise.pm
ext/B/B/Deparse.pm
ext/B/t/f_map.t
ext/B/t/f_sort.t
ext/B/t/optree_check.t
ext/B/t/optree_concise.t
ext/B/t/optree_constants.t
ext/B/t/optree_misc.t
ext/B/t/optree_samples.t
ext/B/t/optree_sort.t
ext/B/t/optree_specials.t
ext/B/t/optree_varinit.t
ext/ByteLoader/bytecode.h
op.c
perl.h