This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
RMAGIC on symbol tables is bad, m'kay.
authorNicholas Clark <nick@ccl4.org>
Fri, 30 Dec 2005 01:08:46 +0000 (01:08 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 30 Dec 2005 01:08:46 +0000 (01:08 +0000)
commit86f5593612e0fa4d1eddfb78098731af1f9f4548
tree6cd5fac00a17f52ae05f8fc41c9a752899cb4e6f
parente33435896f177fccb609ddddaf85afbfdc7a4e5f
RMAGIC on symbol tables is bad, m'kay.
Allow hashes (and therefore all symbol tables) to store the
backreference array in the hv_aux structure, and thereby undo the
performance damage of 24966, which resulted in 60% of all hash lookups
trying to mg_find tiehash magic.

p4raw-id: //depot/perl@26530
dump.c
embed.fnc
embed.h
hv.c
hv.h
mg.c
proto.h
sv.c