summaryrefslogtreecommitdiff
path: root/zjit.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashi.kokubun@shopify.com>2025-09-15 18:17:01 -0700
committerGitHub <noreply@github.com>2025-09-15 18:17:01 -0700
commit20d4e27d3f52c801932b1da8387cad9f3ec0f38e (patch)
treed1a8395377b75c30332d180aa93848ac9504cb44 /zjit.rb
parent6c5960ae1955b66b4a13e03012d53853ee1fd1de (diff)
ZJIT: Revert VM_CALL_ARGS_SPLAT and VM_CALL_KWARG support (#14565)
Diffstat (limited to 'zjit.rb')
-rw-r--r--zjit.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/zjit.rb b/zjit.rb
index d6f7a40692..44bce453ff 100644
--- a/zjit.rb
+++ b/zjit.rb
@@ -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)