1. 28 Feb, 2022 1 commit
  2. 27 Feb, 2022 1 commit
    • merry's avatar
      dynarmic: Inline exclusive memory accesses · 16784e5b
      merry authored
      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
      16784e5b
  3. 26 Feb, 2022 6 commits
  4. 25 Feb, 2022 3 commits
  5. 24 Feb, 2022 2 commits
  6. 22 Feb, 2022 2 commits
  7. 21 Feb, 2022 11 commits
  8. 20 Feb, 2022 1 commit
  9. 19 Feb, 2022 4 commits
  10. 18 Feb, 2022 2 commits
  11. 17 Feb, 2022 3 commits
  12. 16 Feb, 2022 1 commit
  13. 15 Feb, 2022 3 commits