mattiase Fix regexp stack overflow when scanning big files
bafb104 Nov 3, 2021
Fix regexp stack overflow when scanning big files
This error occurred while scanning a file in phps-mode
(phps-mode-parser.el, 17 MiB, about 190000 strings).
The NFA engine in Emacs is simply not clever enough to avoid stack
build-up here; the smart-jump hack only works in more limited cases.
bafb104