Reduce JIT memory for ARM.

This commit is contained in:
XMRig 2020-12-15 02:52:38 +07:00
parent 4c7d20c8e6
commit 6b331b6945
No known key found for this signature in database
GPG key ID: 446A53638BE94409
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();