Skip to content

Commit

Permalink
vim-patch:9.1.0409: too many strlen() calls in the regexp engine (#28857
Browse files Browse the repository at this point in the history
)

Problem:  too many strlen() calls in the regexp engine
Solution: refactor code to retrieve strlen differently, make use
          of bsearch() for getting the character class
          (John Marriott)

closes: vim/vim#14648

vim/vim@82792db

Cherry-pick keyvalue_T and its comparison functions from patch 9.1.0256.

vim-patch:9.1.0410: warning about uninitialized variable
vim-patch:9.1.0412: typo in regexp_bt.c in DEBUG code

Co-authored-by: John Marriott <basilisk@internode.on.net>
  • Loading branch information
zeertzjq and basilisk0315 committed May 20, 2024
1 parent b16b287 commit 0e187fe
Show file tree
Hide file tree
Showing 3 changed files with 314 additions and 139 deletions.

0 comments on commit 0e187fe

Please sign in to comment.