Add profiling for opt_send_without_block

Split out from the CCall changes since we discussed during pairing that
this is useful to unblock some other changes. No tests since no one
consumes this profiling data yet.
This commit is contained in:
Alan Wu 2025-03-27 12:27:05 -04:00 committed by Takashi Kokubun
parent 36d328eb99
commit 2cf769376b
Notes: git 2025-04-18 13:47:54 +00:00
4 changed files with 148 additions and 134 deletions

View file

@ -890,6 +890,7 @@ opt_send_without_block
(CALL_DATA cd)
(...)
(VALUE val)
// attr bool zjit_profile = true;
// attr bool handles_sp = true;
// attr rb_snum_t sp_inc = sp_inc_of_sendish(cd->ci);
// attr rb_snum_t comptime_sp_inc = sp_inc_of_sendish(ci);