mirror of https://git.suyu.dev/suyu/suyu
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#664merge-requests/60/head
parent
96d90be59f
commit
16784e5bb3
@ -1 +1 @@
|
||||
Subproject commit 19a423034e1abcaf1a61fa61ceffffebf45a0240
|
||||
Subproject commit f9696760db4f63a413093dedd185875da64dff58
|
Loading…
Reference in New Issue