Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ createSyncToHost
Method
createSyncToHost
source/emulation/cpu/x32/jitX86CodeGen.cpp:5602–5606 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5600
}
5601
5602
U8* JitX86CodeGen::createSyncToHost() {
5603
writeCache();
5604
compiler.ret();
5605
return createDynamicExecutableMemory();
5606
}
5607
5608
U8* JitX86CodeGen::createSyncFromHost() {
5609
loadCache();
Callers
1
doJIT
Method · 0.45
Calls
1
ret
Method · 0.45
Tested by
no test coverage detected