This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
more dTHX optimizations
authorDaniel Dragan <bulk88@hotmail.com>
Mon, 12 Nov 2012 08:22:12 +0000 (03:22 -0500)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 12 Nov 2012 19:18:06 +0000 (11:18 -0800)
commit2bcd6579c4ef6796b83fd758613f3e686e7418a7
tree131796e763607842ffa747b38fa6b9e2a5525d1a
parentfa3febb6e5b7a5e436c9b0a4104a1bc22803bc49
more dTHX optimizations

Either delay fetching of the context, or move the declaration close to the
first usage point, or remove the dependency on a context.
perlio.c
util.c