diff options
| author | Takashi Kokubun <takashi.kokubun@shopify.com> | 2025-09-15 18:17:01 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-15 18:17:01 -0700 |
| commit | 20d4e27d3f52c801932b1da8387cad9f3ec0f38e (patch) | |
| tree | d1a8395377b75c30332d180aa93848ac9504cb44 /zjit.rb | |
| parent | 6c5960ae1955b66b4a13e03012d53853ee1fd1de (diff) | |
ZJIT: Revert VM_CALL_ARGS_SPLAT and VM_CALL_KWARG support (#14565)
Diffstat (limited to 'zjit.rb')
| -rw-r--r-- | zjit.rb | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -40,7 +40,6 @@ class << RubyVM::ZJIT stats = self.stats # Show exit reasons, ordered by the typical amount of exits for the prefix at the time - print_counters_with_prefix(prefix: 'unhandled_call_', prompt: 'unhandled call types', buf:, stats:, limit: 20) print_counters_with_prefix(prefix: 'unhandled_yarv_insn_', prompt: 'unhandled YARV insns', buf:, stats:, limit: 20) print_counters_with_prefix(prefix: 'compile_error_', prompt: 'compile error reasons', buf:, stats:, limit: 20) print_counters_with_prefix(prefix: 'exit_', prompt: 'side exit reasons', buf:, stats:, limit: 20) |
