diff options
| author | Max Bernstein <rubybugs@bernsteinbear.com> | 2025-10-22 11:19:08 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-22 11:19:08 -0700 |
| commit | ceed406958349ccd3d29d86ab5b4af9aaf4616e0 (patch) | |
| tree | 739cbf1892b4cb636efb99cae2a14f1c5e269b8d /zjit.rb | |
| parent | f09e74ce2b2794571531c708ed684b47a74a2ce9 (diff) | |
ZJIT: Inline simple SendWithoutBlockDirect (#14888)
Copy the YJIT simple inliner except for the kwargs bit. It works great!
Diffstat (limited to 'zjit.rb')
| -rw-r--r-- | zjit.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -176,6 +176,7 @@ class << RubyVM::ZJIT :optimized_send_count, :iseq_optimized_send_count, :inline_cfunc_optimized_send_count, + :inline_iseq_optimized_send_count, :non_variadic_cfunc_optimized_send_count, :variadic_cfunc_optimized_send_count, ], buf:, stats:, right_align: true, base: :send_count) |
