]> git.eshelyaron.com Git - emacs.git/commit
Speed up 'msft' and 'watcom' compilation error regexps
authorMattias Engdegård <mattiase@acm.org>
Fri, 14 Feb 2020 22:38:24 +0000 (23:38 +0100)
committerMattias Engdegård <mattiase@acm.org>
Mon, 17 Feb 2020 10:23:41 +0000 (11:23 +0100)
commit39410cfc5a7a2a721f9f50e36d2d48dc33980e08
treea40131c66b1caf4bce330c0bcd783d3e88999b8b
parent96a269d045091bcf7ed424a7a039385727f6e694
Speed up 'msft' and 'watcom' compilation error regexps

They have similar structure, and both suffer from being able to
match leading spaces in multiple ways which leads to bad performance
when backtracking (bug#39595).

* lisp/progmodes/compile.el (compilation-error-regexp-alist-alist):
Improved 'msft' and 'watcom' regexps.
lisp/progmodes/compile.el