Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ createSyncFromHost
Method
createSyncFromHost
source/emulation/cpu/x32/jitX86CodeGen.cpp:5608–5612 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5606
}
5607
5608
U8* JitX86CodeGen::createSyncFromHost() {
5609
loadCache();
5610
compiler.ret();
5611
return createDynamicExecutableMemory();
5612
}
5613
5614
JitCodeGen* startNewJIT(CPU* cpu) {
5615
return new JitX86CodeGen(cpu);
Callers
1
doJIT
Method · 0.45
Calls
1
ret
Method · 0.45
Tested by
no test coverage detected