Closed akatsuki105 closed 4 years ago
Calling the switch statement after seeing the opcode instructions and operands is likely to reduce performance.
Ophandler is set for the LD operation with a large execution ratio. The number of switch statements with heavy load was reduced, and the performance was improved.
Calling the switch statement after seeing the opcode instructions and operands is likely to reduce performance.