]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3147: Vim9: profiling does not work with a nested function v8.2.3147
authorBram Moolenaar <Bram@vim.org>
Sun, 11 Jul 2021 15:55:01 +0000 (17:55 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 11 Jul 2021 15:55:01 +0000 (17:55 +0200)
commit648594eaf703fe9a862cb12a35702a10aff6e5a9
tree10c97df4f865c248292f255d496d794ecedc5ec5
parentc03fe66ade4c79a4eb5fc05d1d549c8f931a04b6
patch 8.2.3147: Vim9: profiling does not work with a nested function

Problem:    Vim9: profiling does not work with a nested function.
Solution:   Also compile a nested function without profiling. (closes #8543)
            Handle that compiling may cause the table of compiled functions to
            change.
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c
src/vim9execute.c