Skip to content

Commit 7245d3e

Browse files
committed
[DOC] Mention --yjit-perf=codegen in NEWS
1 parent 828e913 commit 7245d3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ The following bundled gems are promoted from default gems.
471471
* `--yjit-mem-size` introduces a unified memory limit (default 128MiB) to track total YJIT memory usage,
472472
providing a more intuitive alternative to the old `--yjit-exec-mem-size` option.
473473
* `--yjit-trace-exits=COUNTER` allows tracing of counted exits and fallbacks.
474+
* `--yjit-perf=codegen` allows profiling of JIT code based on YJIT's codegen functions.
474475
* `--yjit-log` enables a compilation log to track what gets compiled.
475476
* Ruby API
476477
* `RubyVM::YJIT.enable(log: true)` also enables a compilation log.

0 commit comments

Comments
 (0)