Skip to content

Commit 563fc85

Browse files
committed
YJIT: [DOC] Fix RubyVM::YJIT.runtime_stats symbols
Reported-by: Koichi Sasada <ko1@atdot.net>
1 parent b5432bd commit 563fc85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/jit/yjit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,8 @@ Some of the counters include:
321321
* `:code_gc_count` - number of garbage collections of compiled code since process start
322322
* `:vm_insns_count` - number of instructions executed by the Ruby interpreter
323323
* `:compiled_iseq_count` - number of bytecode sequences compiled
324-
* `:inline_code_size` - size in bytes of compiled YJIT blocks
325-
* `:outline_code_size` - size in bytes of YJIT error-handling compiled code
324+
* `:inline_code_size` - size in bytes of main-line machine code
325+
* `:outlined_code_size` - size in bytes of relatively uncommonly executed machine code
326326
* `:side_exit_count` - number of side exits taken at runtime
327327
* `:total_exit_count` - number of exits, including side exits, taken at runtime
328328
* `:avg_len_in_yjit` - avg. number of instructions in compiled blocks before exiting to interpreter

0 commit comments

Comments
 (0)