1
0
forked from aniani/vim

patch 8.2.3212: Vim9: execution speed can be improved

Problem:    Vim9: execution speed can be improved.
Solution:   Use __builtin_expect() to have the compiler produce better code.
            (Dominique Pellé, closes #8613)
This commit is contained in:
Dominique Pelle
2021-07-24 19:32:12 +02:00
committed by Bram Moolenaar
parent 7973de35ba
commit 5a9e5845e1
2 changed files with 54 additions and 44 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3212,
/**/
3211,
/**/