Mercurial > emacs
comparison msdos/sed1v2.inp @ 28380:5478842aea4c
(analyse_first): New function obtained by ripping out most
of re_compile_fastmap and generalizing it a little bit so that it
can also just return whether a given (sub)pattern can match the empty
string or not.
(regex_compile): Use `analyse_first' to decide whether the loop-check
needs to be done or not for *, +, *? and +? (the loop check is costly
for non-greedy repetition).
(re_compile_fastmap): Delegate the actual work to `analyse_first'.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 29 Mar 2000 04:01:25 +0000 |
parents | d7fc0ed0cd81 |
children | e18200d8143f |
comparison
equal
deleted
inserted
replaced
28379:b3a689c74cde | 28380:5478842aea4c |
---|