]> granicus.if.org Git - vim/commit
patch 9.0.0548: reduce() with a compiled lambda could be faster v9.0.0548
authorBram Moolenaar <Bram@vim.org>
Thu, 22 Sep 2022 16:07:00 +0000 (17:07 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 22 Sep 2022 16:07:00 +0000 (17:07 +0100)
commitf1c60d4bf10794265b828afd9c5f7eddacada10b
tree97da67230b5a297698ea6065aca3adb0912ab751
parent6d313bec535d9ccc24f6f82025280a61caad7416
patch 9.0.0548: reduce() with a compiled lambda could be faster

Problem:    reduce() with a compiled lambda could be faster.
Solution:   Call eval_expr_typval() instead of call_func() directly.
src/blob.c
src/list.c
src/proto/blob.pro
src/proto/strings.pro
src/strings.c
src/testdir/test_listdict.vim
src/version.c