This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
start turning regmatch() main loop into a FSM
authorDave Mitchell <davem@fdisolutions.com>
Fri, 16 Jun 2006 23:25:51 +0000 (23:25 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Fri, 16 Jun 2006 23:25:51 +0000 (23:25 +0000)
commit40a824489101168f94fce98aa2824baf40bad402
treec5d3ebdd2a3b693c44ef8712a9965a4fa38d0330
parent0aec9d3674a357d2c5a029483ff5cdc65c715a57
start turning regmatch() main loop into a FSM
also make BRANCH use the state stack rather than its own unwind struct

p4raw-id: //depot/perl@28398
regcomp.pl
regexec.c
regexp.h
regnodes.h
t/op/re_tests