This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
S_run_user_filter() can use the filter GV itself for the cache buffer.
authorNicholas Clark <nick@ccl4.org>
Fri, 23 Oct 2009 15:54:10 +0000 (16:54 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 23 Oct 2009 15:54:10 +0000 (16:54 +0100)
commit4464f08ea532be08ea7f0c44d0eb6e285a0c36fb
tree10b6bc691fedbf3e857529361de48e70abc6d7a5
parentf3040f2ca0eac516f4e8401bd98f55bfdf329a5d
S_run_user_filter() can use the filter GV itself for the cache buffer.

This saves allocating an extra SV head and body.
pp_ctl.c