Actions
Emulator Issues #7013
closedMake JITARM fastmem less annoying
% Done:
0%
Operating system:
Android
Issue type:
Task
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
Yes
Relates to maintainability:
Yes
Regression start:
Fixed in:
Description
It really irks me to read the code for fastmem and backpatch since it is all ugly instruction counting and making sure everything fits with nop instructions.
I want to change it over to actually encoding both types in to the block and having a simple branch that I can backpatch instead. Would still require a bit of instruction counting, but it would only be replacing one branch instruction instead of the whole dang section of code.
++cleanup
Updated by Sonicadvance1 over 10 years ago
- Status changed from New to Fixed
This is fixed with the ARMv7 fastmem rewrite.
Actions