yuzu-mainline/src/core/hle
merry 16784e5bb3 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
2022-02-27 19:40:05 +00:00
..
kernel dynarmic: Inline exclusive memory accesses 2022-02-27 19:40:05 +00:00
service Merge pull request #7932 from bunnei/extended-mem-layout 2022-02-26 01:41:08 -08:00
api_version.h
ipc_helpers.h hle: ipc_helpers: Ignore -Wclass-memaccess 2022-02-05 13:56:20 -05:00
ipc.h
result.h general: Remove MakeResult helpers 2021-11-02 17:23:19 -04:00