Skip to content

Commit e6550b6

Browse files
authored
Update types.h
1 parent 848a1eb commit e6550b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/types.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ typedef struct JSVarDef {
516516
#define PC2COLUMN_RANGE 5
517517
#define PC2COLUMN_OP_FIRST 1
518518
#define PC2COLUMN_DIFF_PC_MAX ((255 - PC2COLUMN_OP_FIRST) / PC2COLUMN_RANGE)
519-
#define IC_CACHE_ITEM_CAPACITY 2
519+
#define IC_CACHE_ITEM_CAPACITY 4
520520

521521
typedef enum JSFunctionKindEnum {
522522
JS_FUNC_NORMAL = 0,

0 commit comments

Comments
 (0)