We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828e913 commit 7245d3eCopy full SHA for 7245d3e
NEWS.md
@@ -471,6 +471,7 @@ The following bundled gems are promoted from default gems.
471
* `--yjit-mem-size` introduces a unified memory limit (default 128MiB) to track total YJIT memory usage,
472
providing a more intuitive alternative to the old `--yjit-exec-mem-size` option.
473
* `--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.
475
* `--yjit-log` enables a compilation log to track what gets compiled.
476
* Ruby API
477
* `RubyVM::YJIT.enable(log: true)` also enables a compilation log.
0 commit comments