diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-02-27 16:38:07 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-02-27 16:38:07 +0100 |
commit | 9faec4e3d439968e21ad74e917aebb289df8f849 (patch) | |
tree | 362d9c20c25c3000c17dd57760d4ba465e09ef1a /README_VIM9.md | |
parent | 0abc6e471ae78167bd75f95603b9bdd27ff0b38f (diff) | |
download | vim-git-9faec4e3d439968e21ad74e917aebb289df8f849.tar.gz |
Update runtime files.
Diffstat (limited to 'README_VIM9.md')
-rw-r--r-- | README_VIM9.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README_VIM9.md b/README_VIM9.md index 5ee1fdca3..96fab69ed 100644 --- a/README_VIM9.md +++ b/README_VIM9.md @@ -70,6 +70,7 @@ the text. For example, reindent all the lines: | Vim new | 0.190276 | The differences are smaller, but Vim 9 script is clearly the fastest. +Using LuaJIT gives 0.25, only a little bit faster than plain Lua. How does Vim9 script work? The function is first compiled into a sequence of instructions. Each instruction has one or two parameters and a stack is |