Skip to content

Commit 5a9e584

Browse files
dpellebrammool
authored andcommitted
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)
1 parent 7973de3 commit 5a9e584

2 files changed

Lines changed: 54 additions & 44 deletions

File tree

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,8 @@ static char *(features[]) =
755755

756756
static int included_patches[] =
757757
{ /* Add new patch number below this line */
758+
/**/
759+
3212,
758760
/**/
759761
3211,
760762
/**/

0 commit comments

Comments
 (0)