This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use HEKfARG in mro.xs
authorFather Chrysostomos <sprout@cpan.org>
Sun, 9 Feb 2014 01:09:14 +0000 (17:09 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 9 Feb 2014 19:08:24 +0000 (11:08 -0800)
It’s faster to pass the HEK directly instead of creating and
throwing away SVs.


No differences found