This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Optimisation of the use of the meta structure - don't create a hash if all we
authorNicholas Clark <nick@ccl4.org>
Sat, 27 Dec 2008 09:20:21 +0000 (09:20 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 27 Dec 2008 21:12:13 +0000 (21:12 +0000)
commit553e831a35acc518a30a7514866e0d1440e894ef
tree208c9b76e487e0f48d08d920dcecc66498e2bf6d
parent58d4c5dfb9bcf0d0f30468212e01c1f9c9d48ce3
Optimisation of the use of the meta structure - don't create a hash if all we
are dealing with is data for the current MRO. Instead the direct pointer "owns"
the (reference to the) data, with the hash pointer left as NULL to signal this.
hv.c
mro.c