Reduce JIT memory for ARM.
This commit is contained in:
parent
4c7d20c8e6
commit
6b331b6945
4 changed files with 46 additions and 13 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue