diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2023-12-13 11:50:35 -0800 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2023-12-13 11:50:35 -0800 |
| commit | 14c7895c21bee44934336a9a9ea94aefc5cc7879 (patch) | |
| tree | ee6b4e70db933c15315ac99e0589a47d823b4bd2 | |
| parent | 31c0ea20e5492925ac971991937e30524da5043d (diff) | |
Fix a typo in yjit.md
| -rw-r--r-- | NEWS.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -343,7 +343,7 @@ changelog for details of the default gems or bundled gems. * `ratio_in_yjit` stat produced by `--yjit-stats` is now available in release builds, a special stats or dev build is no longer required to access most stats. * Exit tracing option now supports sampling - * `--trace-exits-sample-rate=N` + * `--yjit-trace-exits-sample-rate=N` * More thorough testing and multiple bug fixes * `--yjit-stats=quiet` is added to avoid printing stats on exit. * `--yjit-perf` is added to facilitate profiling with Linux perf. |
