This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don’t check for tied @DB'args when not REAL
authorFather Chrysostomos <sprout@cpan.org>
Tue, 27 Dec 2011 08:11:12 +0000 (00:11 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 27 Dec 2011 08:43:06 +0000 (00:43 -0800)
commit3df49e2a4049e3f68e6d15eb1e3b3a34e58c3670
treebe95be74dca3a6401513b7e97a5496cc125c1ee7
parentce65bc731d80b5e2fa455f1e1f4feb618c82d259
Don’t check for tied @DB'args when not REAL

This should make things just a smidgen faster in the most common case.

As of the previous commit, tied arrays are always AvREAL.
perl.c