Low-overhead profiler, part 4: JIT compiler support.
This commit is contained in:
@@ -1565,6 +1565,7 @@ static void asm_ir(ASMState *as, IRIns *ir)
|
||||
case IR_PHI: asm_phi(as, ir); break;
|
||||
case IR_HIOP: asm_hiop(as, ir); break;
|
||||
case IR_GCSTEP: asm_gcstep(as, ir); break;
|
||||
case IR_PROF: asm_prof(as, ir); break;
|
||||
|
||||
/* Guarded assertions. */
|
||||
case IR_LT: case IR_GE: case IR_LE: case IR_GT:
|
||||
|
||||
Reference in New Issue
Block a user