Skip to content

Commit 2c2822d

Browse files
author
Maxime Chevalier-Boisvert
committed
Temporarily increase MAX_BRANCHES until we have a better solution
1 parent 72269cf commit 2c2822d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

yjit_core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#define MAX_VERSIONS 4
1414

1515
// Maximum number of branch instructions we can track
16-
#define MAX_BRANCHES 100000
16+
#define MAX_BRANCHES 250000
1717

1818
// Registered branch entries
1919
branch_t branch_entries[MAX_BRANCHES];

0 commit comments

Comments
 (0)