mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-14 04:28:42 +00:00
2f598e8f38
This handles both loops (first step is known) and static branches (some code uses them instead of jumps, and we disassemble that to "b".) Not likely to be a big improvement, but might help if the branch predictor was wrong. This is as opposed to continuing, which would build a larger jit block. |
||
---|---|---|
.. | ||
Asm.cpp | ||
Asm.h | ||
CompALU.cpp | ||
CompBranch.cpp | ||
CompFPU.cpp | ||
CompLoadStore.cpp | ||
CompReplace.cpp | ||
CompVFPU.cpp | ||
Jit.cpp | ||
Jit.h | ||
JitSafeMem.cpp | ||
JitSafeMem.h | ||
RegCache.cpp | ||
RegCache.h | ||
RegCacheFPU.cpp | ||
RegCacheFPU.h |