diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2023-04-24 12:20:18 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-24 12:20:18 -0700 |
| commit | f84d94b8039c1c44fd99690fd4b4e0184dab4fb5 (patch) | |
| tree | fcd260d011961bbb287a7c3737ee93d8475085c9 | |
| parent | 8a132358d733d9cd81c6b83c9127e807a42c8ab9 (diff) | |
YJIT: Show definedivar exit reasons (#7755)
Notes
Notes:
Merged-By: k0kubun <takashikkbn@gmail.com>
| -rw-r--r-- | yjit.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -250,6 +250,7 @@ module RubyVM::YJIT print_counters(stats, prefix: 'gbpp_', prompt: 'getblockparamproxy exit reasons: ') print_counters(stats, prefix: 'getivar_', prompt: 'getinstancevariable exit reasons:') print_counters(stats, prefix: 'setivar_', prompt: 'setinstancevariable exit reasons:') + print_counters(stats, prefix: 'definedivar_', prompt: 'definedivar exit reasons:') print_counters(stats, prefix: 'opt_aref_', prompt: 'opt_aref exit reasons: ') print_counters(stats, prefix: 'expandarray_', prompt: 'expandarray exit reasons: ') print_counters(stats, prefix: 'opt_getinlinecache_', prompt: 'opt_getinlinecache exit reasons: ') |
