Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor - Improve load immediate machinecode efficiency in JIT (#641)
* Enforce OperandSize::S64 for emit_ins(X86Instruction::load_immediate()) and emit_sanitized_load_immediate(). * Removes the size parameter from emit_ins(X86Instruction::load_immediate()) and emit_sanitized_load_immediate(). * Simplifies emit_sanitized_load_immediate(). * Optimizes emit_ins(X86Instruction::load_immediate()).
- Loading branch information