This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
SvREFCNT_dec_NN in pp_require
authorDaniel Dragan <bulk88@hotmail.com>
Mon, 9 Jun 2014 09:50:19 +0000 (05:50 -0400)
committerTony Cook <tony@develop-help.com>
Thu, 12 Jun 2014 01:02:28 +0000 (11:02 +1000)
commit762333d9ece738d85d8c0668c9b2dc6e83281c73
tree71e43deb5d0defe948f7a09ad128206e8f4da8e1
parent08b8e3e1a56c513f5c879d172f8882354c2b53e5
SvREFCNT_dec_NN in pp_require

Some compilers (GCC) will inline+optimize this, some don't (Visual C). Make
it clear to not check for null twice.
pp_ctl.c