This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
study now passes REXEC_SCREAM to the regex engine when SvSCREAM() is true.
authorNicholas Clark <nick@ccl4.org>
Wed, 15 Jun 2011 11:05:11 +0000 (13:05 +0200)
committerNicholas Clark <nick@ccl4.org>
Thu, 23 Jun 2011 13:07:18 +0000 (15:07 +0200)
commitbfafcb9a4c258bd72d8c22f5d8af5edc8897f48e
treea135d8b491b022b33b80366d19ff0ba6f0c270b1
parent730fb7e791962b4f698b07b82ae1213ced61a5e1
study now passes REXEC_SCREAM to the regex engine when SvSCREAM() is true.

This causes the regex engine to take advantage of the study data.
pod/perldelta.pod
pp.c
t/op/study.t