]> granicus.if.org Git - vim/commit
patch 8.2.3275: optimizer can use hints about ga_grow() normally succeeding v8.2.3275
authorBram Moolenaar <Bram@vim.org>
Mon, 2 Aug 2021 17:10:38 +0000 (19:10 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 2 Aug 2021 17:10:38 +0000 (19:10 +0200)
commit35578168becd1e11973bec413f2078a4bf81ba6b
tree1eb46d3b958d66b12f83f6e8c583adc33d95a74f
parent952d9d827e5bfc66a6b1d39956e4e5596b09e2bd
patch 8.2.3275: optimizer can use hints about ga_grow() normally succeeding

Problem:    Optimizer can use hints about ga_grow() normally succeeding.
Solution:   Use GA_GROW_FAILS() and GA_GROW_OK() in several places. (Dominique
            PellĂ©, issue #8635)
src/arglist.c
src/macros.h
src/version.c
src/vim9compile.c
src/vim9execute.c