ppsspp/Core/MIPS/x86
Unknown W. Brackets 142707ccf3 x86jit: Reduce memory breakpoint codegen.
Was generating a lot of code and, in some games, burning through the jit
cache causing constant recompilation with just a few breakpoints.
2023-04-05 17:14:51 -07:00
..
Asm.cpp jit: Add more reasonable estimates for RX protect. 2022-11-20 10:55:35 -08:00
CompALU.cpp jit: Reduce some include pollution. 2022-10-27 23:26:44 -07:00
CompBranch.cpp Don't create Host objects except in headless/unittest 2023-03-25 10:47:01 +01:00
CompFPU.cpp Global: Reduce includes of common headers. 2022-01-30 16:35:33 -08:00
CompLoadStore.cpp Build: More consistently avoid _M_ defines. 2021-03-02 21:49:21 -08:00
CompReplace.cpp Get rid of ugly alignment macros and some other cruft, we now have alignas(16) from C++11 2017-08-31 01:14:51 +02:00
CompVFPU.cpp Global: Set many read-only params as const. 2022-12-10 21:13:36 -08:00
IRToX86.cpp cmake: Detect features at compile time 2016-10-19 12:31:19 +02:00
IRToX86.h Global: Cleanup virtual/override specifiers. 2022-12-10 21:13:36 -08:00
Jit.cpp Don't create Host objects except in headless/unittest 2023-03-25 10:47:01 +01:00
Jit.h Global: Cleanup virtual/override specifiers. 2022-12-10 21:13:36 -08:00
JitSafeMem.cpp x86jit: Reduce memory breakpoint codegen. 2023-04-05 17:14:51 -07:00
JitSafeMem.h x86jit: Check CALL dist for safe memory funcs. 2022-01-22 00:14:15 -08:00
RegCache.cpp Build: More consistently avoid _M_ defines. 2021-03-02 21:49:21 -08:00
RegCache.h jit: Reduce some include pollution. 2022-10-27 23:26:44 -07:00
RegCacheFPU.cpp Build: More consistently avoid _M_ defines. 2021-03-02 21:49:21 -08:00
RegCacheFPU.h jit: Reduce some include pollution. 2022-10-27 23:26:44 -07:00