turns out we cant maike a jump trie that starts with a NOTHING regop
authorYves Orton <demerphq@gmail.com>
Thu, 21 Jun 2012 18:42:07 +0000 (20:42 +0200)
committerYves Orton <demerphq@gmail.com>
Sat, 23 Jun 2012 09:09:21 +0000 (11:09 +0200)
commit190c19104d65b8ec0002df12344af2221fa31966
treefcfcc39a6c5a4dd75deadb44f0414ba0d525aa42
parent724be0c90ff128295fdb35f55a2c881377e80372
turns out we cant maike a jump trie that starts with a NOTHING regop

NOTHING nodes are 1 regop wide. We need 2 regops worth of
space. Which means that we can not safely optimise a sequence
that starts with a NOTHING regop that needs to turn into
a jump trie. We therefore ignore such sequences.

see perl #113770 for details.
regcomp.c
t/re/re_tests