]> granicus.if.org Git - vim/commit
patch 9.0.0617: calling function for reduce() has too much overhead v9.0.0617
authorBram Moolenaar <Bram@vim.org>
Wed, 28 Sep 2022 14:19:10 +0000 (15:19 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 28 Sep 2022 14:19:10 +0000 (15:19 +0100)
commit1936c765364d6a771cea5df9971318060db82730
tree1f4aece4224291febd9b62aca283ddcf8c5c6e65
parent371951d0c34d4f44b50ad8bc8d30a4ef7effade6
patch 9.0.0617: calling function for reduce() has too much overhead

Problem:    Calling function for reduce() has too much overhead.
Solution:   Only call clear_tv() when needed.
src/list.c
src/version.c
src/vim9execute.c