mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
[CPU] Increased maximum function count
This commit is contained in:
parent
684f9fedec
commit
0d866aa173
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ class X64CodeCache : public CodeCache {
|
|||
// This is picked to be high enough to cover whatever we can reasonably
|
||||
// expect. If we hit issues with this it probably means some corner case
|
||||
// in analysis triggering.
|
||||
static const size_t kMaximumFunctionCount = 50000;
|
||||
static const size_t kMaximumFunctionCount = 100000;
|
||||
|
||||
struct UnwindReservation {
|
||||
size_t data_size = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue