Merge pull request #10055 from JosJuice/jitarm64-reuse-memory

JitArm64: Codegen space reuse
This commit is contained in:
JMC47
2021-11-20 17:35:24 -05:00
committed by GitHub
8 changed files with 283 additions and 110 deletions

View File

@ -35,7 +35,7 @@ public:
const Common::ScopedJITPageWriteAndNoExecute enable_jit_page_writes;
AllocCodeSpace(4096);
AddChildCodeSpace(&farcode, 2048);
AddChildCodeSpace(&m_far_code, 2048);
gpr.Init(this);
fpr.Init(this);