Skip to content

Commit 710c5c8

Browse files
committed
ZJIT: Increment dynamic_send_count for Send too
1 parent dba0f72 commit 710c5c8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

zjit/src/codegen.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,8 @@ fn gen_send(
926926
blockiseq: IseqPtr,
927927
state: &FrameState,
928928
) -> lir::Opnd {
929+
gen_incr_counter(asm, Counter::dynamic_send_count);
930+
929931
// Save PC and SP
930932
gen_save_pc(asm, state);
931933
gen_save_sp(asm, state.stack().len());

0 commit comments

Comments
 (0)