1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Temporarily increase MAX_BRANCHES until we have a better solution

This commit is contained in:
Maxime Chevalier-Boisvert 2021-04-13 14:37:04 -04:00 committed by Alan Wu
parent dac830553e
commit 646c7b3ff6

View file

@ -13,7 +13,7 @@
#define MAX_VERSIONS 4
// Maximum number of branch instructions we can track
#define MAX_BRANCHES 100000
#define MAX_BRANCHES 250000
// Registered branch entries
branch_t branch_entries[MAX_BRANCHES];