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:
committed by
Bram Moolenaar
parent
7973de35ba
commit
5a9e5845e1
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3212,
|
||||
/**/
|
||||
3211,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user