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:
parent
dac830553e
commit
646c7b3ff6
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue