From afa81a57382ce7e747b493220e79573f23205ab0 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Sat, 1 Aug 2026 11:36:13 +0200 Subject: x64/LJ_GC64: Enable XLOAD/STRREF fusion. --- src/lj_asm_x86.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/lj_asm_x86.h b/src/lj_asm_x86.h index 3c024092c..66914834e 100644 --- a/src/lj_asm_x86.h +++ b/src/lj_asm_x86.h @@ -344,13 +344,12 @@ static void asm_fusexref(ASMState *as, IRRef ref, RegSet allow) as->mrm.base = RID_DISPATCH; return; } - } if (0) { #else as->mrm.ofs = ir->i; as->mrm.base = RID_NONE; +#endif } else if (ir->o == IR_STRREF) { asm_fusestrref(as, ir, allow); -#endif } else { as->mrm.ofs = 0; if (canfuse(as, ir) && ir->o == IR_ADD && ra_noreg(ir->r)) { -- cgit v1.2.3-55-g6feb