comparison lisp/abbrevlist.el @ 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 83f275dcd93a
children 253f761ad37b
comparison
equal deleted inserted replaced
28379:b3a689c74cde 28380:5478842aea4c