summaryrefslogtreecommitdiff
path: root/insns.def
diff options
context:
space:
mode:
authorAlan Wu <[email protected]>2025-03-27 12:27:05 -0400
committerTakashi Kokubun <[email protected]>2025-04-18 21:53:01 +0900
commit2cf769376b1c8e6e1f98fe3aa98d426fb6afc5c8 ()
tree75d5914a4c073d17f29130c4568111bc1252436f /insns.def
parent36d328eb9982face1698904052bfb3021fb5b1eb (diff)
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.
Notes: Merged: https://.com/ruby/ruby/pull/13131
-rw-r--r--insns.def1
1 files changed, 1 insertions, 0 deletions
@@ -890,6 +890,7 @@ opt_send_without_block
(CALL_DATA cd)
(...)
(VALUE val)
// 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);