[dynarmic] Refactoring to reduce latency hit from recompilation #358
No reviewers
Labels
No labels
android
audio
bug
ci
cmake
confirmed
core
desktop
duplicate
enhancement
frontend
fw
git
graphics
loader
nv gpu
ui
vulkan
No milestone
No project
No assignees
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
eden-emu/eden!358
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "liz-dynarmic-latency-improvments"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Signed-off-by: lizzie lizzie@eden-emu.dev
be5042b8d5755542bf57755542bf5795602f170c282aae53bd5a5a8b044dd60c0720168a79bba0d48a79bba0d4889f7b750f6362cab83e852a0ff5acb0b586f09dff705168076aaa579a98f1b848d6e9f1b848d6e9d9a6ab6085d9a6ab6085814196c3d0WIP: [dynarmic] reduce opt pass latencyto WIP: [dynarmic] Removal of mcl, reduce latency hit from recompilation814196c3d0349622eb55d4e86588aa85434536eeaaed49588d2eebedcb17WIP: [dynarmic] Removal of mcl, reduce latency hit from recompilationto WIP: [dynarmic] Refactoring to reduce latency hit from recompilationWIP: [dynarmic] Refactoring to reduce latency hit from recompilationto [dynarmic] Refactoring to reduce latency hit from recompilation214637ced87bfa16bf0d7bfa16bf0db9c3b410a9@Lizzie, headers need to be fixed on this one.
[dynarmic] Refactoring to reduce latency hit from recompilationto WIP: [dynarmic] Refactoring to reduce latency hit from recompilationb9c3b410a912e139699712e139699784ca484c6584ca484c658ae2b2a30a8ae2b2a30ad0d65cccc9daa2a06d766c448cb1c86c448cb1c8745ecbf68bWIP: [dynarmic] Refactoring to reduce latency hit from recompilationto [dynarmic] Refactoring to reduce latency hit from recompilation745ecbf68bc3198678fcc3198678fcdb5c11b123db5c11b123690b69f661690b69f6612407dfbcb02407dfbcb08a84c4cfba8a84c4cfba962b4861ec962b4861ec48396a07e948396a07e9a3941ba00fa3941ba00ffd6d59c1d7fd6d59c1d7e0482a5f93e0482a5f930590b6cfd10590b6cfd1d45096160ed45096160efd1adb4dab09de6acd8523637ed1e0@ -443,1 +434,4 @@code.movzx(tmp.cvt32(), code.byte[code.ABI_JIT_PTR + offsetof(AxxJitState, exclusive_state)]);code.test(tmp.cvt8(), tmp.cvt8());code.je(*end, code.T_NEAR);code.mov(tmp, mcl::bit_cast<u64>(GetExclusiveMonitorAddressPointer(conf.global_monitor, conf.processor_id)));mcl -> std (when #2866 merged)
also here?