Skip to content
  1. Feb 27, 2022
    • 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
  2. Feb 26, 2022
  3. Feb 25, 2022
  4. Feb 24, 2022
  5. Feb 22, 2022
  6. Feb 21, 2022
  7. Feb 20, 2022
  8. Feb 19, 2022
  9. Feb 18, 2022
  10. Feb 17, 2022
  11. Feb 16, 2022
  12. Feb 15, 2022
Loading