mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 19:36:24 +02:00
Comment out debug info and optimize for iOS
This commit is contained in:
parent
0a3b4f71a9
commit
1bc0d3dba9
7 changed files with 27 additions and 7 deletions
|
@ -189,7 +189,9 @@ namespace ARMeilleure.Translation.Cache
|
|||
|
||||
int allocOffset = _cacheAllocator.Allocate(ref codeSize, alignment);
|
||||
|
||||
Console.WriteLine($"{allocOffset:x8}: {codeSize:x8} {alignment:x8}");
|
||||
//DEBUG: Show JIT Memory Allocation
|
||||
|
||||
//Console.WriteLine($"{allocOffset:x8}: {codeSize:x8} {alignment:x8}");
|
||||
|
||||
if (allocOffset < 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue