Reduce JIT memory for ARM.
This commit is contained in:
parent
4c7d20c8e6
commit
6b331b6945
4 changed files with 46 additions and 13 deletions
|
@ -383,7 +383,7 @@ extern "C" {
|
|||
case RANDOMX_FLAG_JIT:
|
||||
cache->jit = new randomx::JitCompiler(false);
|
||||
cache->initialize = &randomx::initCacheCompile;
|
||||
cache->datasetInit = cache->jit->getDatasetInitFunc();
|
||||
cache->datasetInit = nullptr;
|
||||
cache->memory = memory;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue