]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3442: Vim9: || and && are not handled at compile time v8.2.3442
authorBram Moolenaar <Bram@vim.org>
Thu, 16 Sep 2021 14:15:07 +0000 (16:15 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 16 Sep 2021 14:15:07 +0000 (16:15 +0200)
commit1a7ee4dd115329052670d7af176341bd09c9dc5a
tree8cd6b11b8a665721275262c26f20a20065fad415
parentee2cbcd99c54d7c4a3ccfaf0cd5ddeb1369a844e
patch 8.2.3442: Vim9: || and && are not handled at compile time

Problem:    Vim9: || and && are not handled at compile time when possible.
Solution:   When using constants generate fewer instructions.
src/testdir/test_vim9_disassemble.vim
src/version.c
src/vim9.h
src/vim9compile.c
src/vim9execute.c