Comment out debug info and optimize for iOS

This commit is contained in:
spidy123222 2024-11-24 04:21:02 -08:00
parent 0a3b4f71a9
commit 1bc0d3dba9
7 changed files with 27 additions and 7 deletions

View file

@ -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)
{