Skip to content

feat: implement x64 JIT integer arithmetic and JFWDEL branch opcodes

mr cino requested to merge jit_support into master

Implement ADDI/SUBI/MULI/DIVI/MODI using register cache and JFWDEL conditional branch. Add opcode label tracking so pre_dispatch can bind jump targets, add get_gp_by_stack_no_read_from_stack for destination operands, and annotate CodeEnv accessors with WOORT_NODISCARD.

Merge request reports