File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -476,7 +476,10 @@ The following bundled gems are promoted from default gems.
476476 * ` RubyVM::YJIT.enable(log: true)` also enables a compilation log.
477477 * ` RubyVM::YJIT.log` provides access to the tail of the compilation log at run- time.
478478* YJIT stats
479- * More statistics now always available via ` RubyVM::YJIT.runtime_stats`
479+ * ` RubyVM::YJIT.runtime_stats` now always provides additional statistics on
480+ invalidation, inlining, and metadata encoding.
481+ * ` RubyVM::YJIT.runtime_stats[:iseq_calls]` is added to profile non- inlined Ruby method calls.
482+ * ` RubyVM::YJIT.runtime_stats[:cfunc_calls]` is truncated to the top 20 entries for better performance.
480483
481484# ### New optimizations
482485
You can’t perform that action at this time.
0 commit comments