]> granicus.if.org Git - vim/commit
patch 8.1.0958: compiling weird regexp pattern is very slow v8.1.0958
authorBram Moolenaar <Bram@vim.org>
Wed, 20 Feb 2019 21:04:32 +0000 (22:04 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 20 Feb 2019 21:04:32 +0000 (22:04 +0100)
commit38f08e76acf7d21bb34cf8f79f0f82eb63cdc987
treeaa303c467edd65762eb39e19843d8112f035f164
parent35856718881834a76225530d502c68fdec6584cf
patch 8.1.0958: compiling weird regexp pattern is very slow

Problem:    Compiling weird regexp pattern is very slow.
Solution:   When reallocating post list increase size by 50%. (Kuang-che Wu,
            closes #4012)  Make assert_inrange() accept float values.
src/eval.c
src/regexp_nfa.c
src/testdir/test_assert.vim
src/testdir/test_regexp_latin.vim
src/version.c