summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>2021-10-20 15:51:07 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 19:15:45 -0400
commit8684946b211db5edd113e1ae6df1bc77d045b4a8 (patch)
tree00c9dcae5414505ce92fd10919d753872d741bbf /NEWS.md
parent7637175a84ee0c11ee6846c12e12bdc3d9a025ed (diff)
Add bit about YJIT to NEWS.md
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4997
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index b62b0b66bc..305231e542 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -282,6 +282,16 @@ Excluding feature bug fixes.
* `RubyVM::MJIT` is renamed to `RubyVM::JIT`. [[Feature #17490]]
+### YJIT: New experimental in-process JIT compiler
+
+* Disabled by default, use `--yjit` command-line option to enable YJIT.
+
+* Performance improvements on most real-world software, up to 22% on railsbench, 39% on liquid-render.
+
+* Fast warm-up times.
+
+* Limited to macOS & Linux on x86-64 platforms for now.
+
## Static analysis
### RBS