summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>2022-12-12 15:13:46 -0500
committerGitHub <noreply@github.com>2022-12-12 15:13:46 -0500
commit1004d693b7a3db5db98be59a3d3d468d2ee21ca5 (patch)
tree31edb6e49fb2dc3a3dd2b9e3fbdc4ec4be8718f5 /NEWS.md
parent8e619b8e0ebbfd2e6ceb9fa69d67846796eb716e (diff)
Make it so YJIT is no longer marked as experimental (#6909)
Tested on production workloads at Shopify for > 1 year and proven to be quite stable. Enabling YJIT at run-time is still guarded behind the --yjit command-line option for now.
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 243b7d7cc6..8f89003b00 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -581,6 +581,8 @@ The following deprecated APIs are removed.
### YJIT
+* YJIT is no longer experimental
+ * Has been tested on production workloads for over a year and proven to be quite stable.
* YJIT now supports both x86-64 and arm64/aarch64 CPUs on Linux, MacOS, BSD and other UNIX platforms.
* This release brings support for Mac M1/M2, AWS Graviton and Raspberry Pi 4.
* Building YJIT now requires Rust 1.58.0+. [[Feature #18481]]