mirror of
https://github.com/xmrig/xmrig.git
synced 2026-02-01 17:53:03 -05:00
Tuned JIT compiler
0.3-0.4% speedup depending on CPU.
This commit is contained in:
@@ -41,6 +41,7 @@ namespace randomx {
|
||||
|
||||
template<bool softAes>
|
||||
void CompiledVm<softAes>::run(void* seed) {
|
||||
compiler.prepare();
|
||||
VmBase<softAes>::generateProgram(seed);
|
||||
randomx_vm::initialize();
|
||||
compiler.generateProgram(program, config, randomx_vm::getFlags());
|
||||
|
||||
Reference in New Issue
Block a user