summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-12-02 08:32:49 -0800
committerGitHub <noreply@github.com>2022-12-02 11:32:49 -0500
commitfa77bcf7220a5515323a53a8320132418124f202 (patch)
tree3964c2a664c93a619f9ce56ce0dd3d8ffc8189e4 /NEWS.md
parente558c374b7975f9923228cdf325f767eef97a725 (diff)
YJIT: Change the default --yjit-call-threshold to 30 (#6850)
Notes
Notes: Merged-By: maximecb <maximecb@ruby-lang.org>
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 7fd893227b..5e7a5fbe45 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -518,6 +518,8 @@ The following deprecated APIs are removed.
* Simply run ruby with `--yjit-stats` to compute stats (incurs some run-time overhead).
* YJIT is now optimized to take advantage of object shapes. [[Feature #18776]]
* Take advantage of finer-grained constant invalidation to invalidate less code when defining new constants. [[Feature #18589]]
+* The default `--yjit-exec-mem-size` is changed to 128 (MiB).
+* The default `--yjit-call-threshold` is changed to 30.
### MJIT