mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
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:
parent
36d328eb99
commit
2cf769376b
Notes:
git
2025-04-18 13:47:54 +00:00
4 changed files with 148 additions and 134 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue