mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
When these are invalidated, the block they point to gets invalidated too. Will be useful to implement various types of block merging and function inlining without affecting correctness of cache clears etc. Also, with this commit we can now fully inline replaced functions. fabsf() boils down to 1-2 instructions and the block continues, for example. |
||
---|---|---|
.. | ||
Asm.cpp | ||
Asm.h | ||
CompALU.cpp | ||
CompBranch.cpp | ||
CompFPU.cpp | ||
CompLoadStore.cpp | ||
CompReplace.cpp | ||
CompVFPU.cpp | ||
Jit.cpp | ||
Jit.h | ||
RegCache.cpp | ||
RegCache.h | ||
RegCacheFPU.cpp | ||
RegCacheFPU.h |