Skip to content

Commit

Permalink
Merge pull request #58 from openwebf/ErosZy-patch-2
Browse files Browse the repository at this point in the history
Update IC Cache Slot Number
  • Loading branch information
ErosZy authored Jan 17, 2024
2 parents 848a1eb + e6550b6 commit 0c1fa5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ typedef struct JSVarDef {
#define PC2COLUMN_RANGE 5
#define PC2COLUMN_OP_FIRST 1
#define PC2COLUMN_DIFF_PC_MAX ((255 - PC2COLUMN_OP_FIRST) / PC2COLUMN_RANGE)
#define IC_CACHE_ITEM_CAPACITY 2
#define IC_CACHE_ITEM_CAPACITY 4

typedef enum JSFunctionKindEnum {
JS_FUNC_NORMAL = 0,
Expand Down

0 comments on commit 0c1fa5a

Please # to comment.