]> granicus.if.org Git - vim/commit
patch 8.2.0323: Vim9: calling a function that is defined later is slow v8.2.0323
authorBram Moolenaar <Bram@vim.org>
Wed, 26 Feb 2020 20:24:23 +0000 (21:24 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 26 Feb 2020 20:24:23 +0000 (21:24 +0100)
commit7eeefd4a395fe3d7c7a2a0879467cf7ed4c29fe6
treea7d77697ae53255e35510b686f3ba2584803eb3a
parentb35efa5ed040162f5c988c71dfc1159045e47585
patch 8.2.0323: Vim9: calling a function that is defined later is slow

Problem:    Vim9: calling a function that is defined later is slow.
Solution:   Once the function is found update the instruction so it can be
            called directly.
src/testdir/test_vim9_disassemble.vim
src/testdir/test_vim9_script.vim
src/version.c
src/vim9execute.c