summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-12-18 10:50:06 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-12-18 10:50:14 -0800
commit495a237ef35443361144ebc1bd81439c770e90e9 (patch)
tree25c88f0646031730f8ee20134225bfe73fa77868
parent6c4b04de5cba36077f86b08d54c4c316f3df1d87 (diff)
[DOC] Note about yjit_alloc_size in NEWS
It's a pretty useful feature in 3.3.
-rw-r--r--NEWS.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 5bfe69960c..64280ca7b0 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -383,9 +383,11 @@ changelog for details of the default gems or bundled gems.
* This can also be used to enable YJIT only once your application is
done booting. `--yjit-disable` can be used if you want to use other
YJIT options while disabling YJIT at boot.
-* Add more profiling capabilities
+* More YJIT stats are available by default
+ * `yjit_alloc_size` and several more metadata-related stats are now available by default.
* `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.
+* Add more profiling capabilities
* `--yjit-perf` is added to facilitate profiling with Linux perf.
* `--yjit-trace-exits` now supports sampling with `--yjit-trace-exits-sample-rate=N`
* More thorough testing and multiple bug fixes