]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2404: Vim9: profiling try/catch not correct v8.2.2404
authorBram Moolenaar <Bram@vim.org>
Sun, 24 Jan 2021 19:52:00 +0000 (20:52 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 24 Jan 2021 19:52:00 +0000 (20:52 +0100)
commit107e9cecf72928b4aaaf08b73bf2d191924ab695
tree05a0bc27b7ec4a7fe6e7b8dad148ea88042edebb
parentced68a0070dac059fc978a1a99e2893edf158116
patch 8.2.2404: Vim9: profiling try/catch not correct

Problem:    Vim9: profiling try/catch not correct.
Solution:   Add profile instructions.  Fix that "entry" did not rethrow an
            excpetion.
src/testdir/test_profile.vim
src/version.c
src/vim9compile.c
src/vim9execute.c