This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
combine PERLDB_LINE and PERLDB_SAVESRC flag tests
authorDaniel Dragan <bulk88@hotmail.com>
Thu, 16 Jul 2015 01:59:58 +0000 (21:59 -0400)
committerTony Cook <tony@develop-help.com>
Wed, 22 Jul 2015 01:02:31 +0000 (11:02 +1000)
commitc7a622b32220ef59969124212598b6848bcaa247
treeb00a54ccc8d6e355ad9b364f87133425f712500d
parent003900e275f0c45375d4d02ffb0ac0fcd2eacfa2
combine PERLDB_LINE and PERLDB_SAVESRC flag tests

On VC2003 32b -O1, the .text section of miniperl.exe decreased from
0xAEFCD bytes of machine code to 0xAEF9D after this patch.

see also
http://www.nntp.perl.org/group/perl.perl5.porters/2015/07/msg229308.html
gv.c
perl.h
pp_ctl.c
toke.c