]> granicus.if.org Git - vim/commit
patch 8.2.2400: Vim9: compiled functions are not profiled v8.2.2400
authorBram Moolenaar <Bram@vim.org>
Sun, 24 Jan 2021 11:53:53 +0000 (12:53 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 24 Jan 2021 11:53:53 +0000 (12:53 +0100)
commitb204990346ca857802b174afe8a7fbb05e4f318e
tree6660d87cac14e978841c1eaf55994bf8a85f84a9
parent7cf0c114d690c91ac88c92a1a6f1b1935cb6410f
patch 8.2.2400: Vim9: compiled functions are not profiled

Problem:    Vim9: compiled functions are not profiled.
Solution:   Add initial changes to profile compiled functions.  Fix that a
            script-local function was hard to debug.
16 files changed:
runtime/doc/repeat.txt
src/debugger.c
src/ex_cmds.h
src/ex_docmd.c
src/profiler.c
src/proto/profiler.pro
src/proto/vim9compile.pro
src/structs.h
src/testdir/test_profile.vim
src/testdir/test_vim9_disassemble.vim
src/userfunc.c
src/version.c
src/vim9.h
src/vim9compile.c
src/vim9execute.c
src/vim9type.c