summaryrefslogtreecommitdiff
path: root/yjit.rb
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2021-03-11 11:25:19 -0500
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:32 -0400
commitdb53decad6db5eedf9d9090e14f7d2216549f9d0 (patch)
tree12c6c6c2b30f0c0c189bc39ef0ddc61a573f4721 /yjit.rb
parentc04e5188d582a3921f44594e88b29ae96abd82a4 (diff)
Exit reason breakdown for opt_aref
Diffstat (limited to 'yjit.rb')
-rw-r--r--yjit.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/yjit.rb b/yjit.rb
index 323d6bfea9..5daee855e1 100644
--- a/yjit.rb
+++ b/yjit.rb
@@ -63,6 +63,7 @@ module YJIT
print_counters(counters, prefix: 'oswb_', prompt: 'opt_send_without_block exit reasons: ')
print_counters(counters, prefix: 'leave_', prompt: 'leave exit reasons: ')
print_counters(counters, prefix: 'getivar_', prompt: 'getinstancevariable exit reasons:')
+ print_counters(counters, prefix: 'oaref_', prompt: 'opt_aref exit reasons: ')
end
def print_counters(counters, prefix:, prompt:)