dynarmic: Inline exclusive memory accesses
Inlines implementation of exclusive instructions into JITted code, improving performance of applications relying heavily on these instructions. We also fastmem these instructions for additional speed, with support for appropriate recompilation on fastmem failure. An unsafe optimization to disable the intercore global_monitor is also provided, should one wish to rely solely on cmpxchg semantics for safety. See also: merryhime/dynarmic#664
This commit is contained in:
parent
96d90be59f
commit
16784e5bb3
17 changed files with 114 additions and 8 deletions
2
externals/dynarmic
vendored
2
externals/dynarmic
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 19a423034e1abcaf1a61fa61ceffffebf45a0240
|
||||
Subproject commit f9696760db4f63a413093dedd185875da64dff58
|
Loading…
Add table
Add a link
Reference in a new issue