Add Jit Cache Regions! #615

Merged
FluffyOMC merged 21 commits from master into master 2025-02-10 21:53:44 +00:00
Showing only changes of commit b2354768c4 - Show all commits

View File

@ -20,7 +20,7 @@ namespace ARMeilleure.Translation.Cache
private static readonly int _pageMask = _pageSize - 1;
private const int CodeAlignment = 4; // Bytes.
private const int CacheSize = 256 * 1024 * 1024;
private const int CacheSize = 128 * 1024 * 1024;
private static JitCacheInvalidation _jitCacheInvalidator;