Skip to content

Commit

Permalink
[DOC] Mention --yjit-perf=codegen in NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Dec 25, 2024
1 parent 828e913 commit 7245d3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ The following bundled gems are promoted from default gems.
* `--yjit-mem-size` introduces a unified memory limit (default 128MiB) to track total YJIT memory usage,
providing a more intuitive alternative to the old `--yjit-exec-mem-size` option.
* `--yjit-trace-exits=COUNTER` allows tracing of counted exits and fallbacks.
* `--yjit-perf=codegen` allows profiling of JIT code based on YJIT's codegen functions.
* `--yjit-log` enables a compilation log to track what gets compiled.
* Ruby API
* `RubyVM::YJIT.enable(log: true)` also enables a compilation log.
Expand Down

0 comments on commit 7245d3e

Please sign in to comment.