Reduce JIT memory for ARM.

This commit is contained in:
XMRig
2020-12-15 02:52:38 +07:00
parent f94fddebee
commit e706936763
4 changed files with 46 additions and 13 deletions

View File

@@ -110,6 +110,7 @@ namespace randomx {
cache->jit->generateSuperscalarHash(cache->programs);
cache->jit->generateDatasetInitCode();
cache->datasetInit = cache->jit->getDatasetInitFunc();
# ifdef XMRIG_SECURE_JIT
cache->jit->enableExecution();