Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mitigate performance impact of respecting FP bit
Switching from a static OpcodeGrabber table to a curOpcodeGrabber pointer in ppc_main_opcode results in an extra indirection (as far as generated assembly having an additional load), which reduces execution speed. Make curOpcodeGrabber into its own array, and copy the current opcode table into it when the FP bit in the MSR changes.
- Loading branch information