This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp_hot.c: Add -Dr messages
authorKarl Williamson <public@khwilliamson.com>
Sun, 17 Jun 2012 14:28:51 +0000 (08:28 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 17 Jun 2012 16:13:48 +0000 (10:13 -0600)
commite5dc53755b64ecafa7fe3cf49135252b12d56757
tree7d19c874c5ac5064cd08fd18f1a4ba47df85e7a9
parentfb1a95c6fdfb7b5ac909cd2380a3b319226b28ad
pp_hot.c: Add -Dr messages

This announces, when run with the appropriate debug levels, when regex
matching is skipped because we know up-front that it can't possibly
match.
pp_hot.c