summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>2021-10-21 12:49:58 -0400
committerGitHub <noreply@github.com>2021-10-21 12:49:58 -0400
commit32a8cb965c28455ea8bce8d7d84efab456db773f (patch)
treeaedf4c811edda436b17260470963faa481a1d436
parentad1f7f2a8e0232207033320856f22eb4d6653793 (diff)
Add link to YJIT blog post to NEWS.md
Requested by @nurse
-rw-r--r--NEWS.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index e5103eda36..e13376a9d7 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -289,6 +289,11 @@ Excluding feature bug fixes.
### YJIT: New experimental in-process JIT compiler
+New JIT compiler available as an experimental feature. [[Feature #18229]]
+
+See [this blog post](https://shopify.engineering/yjit-just-in-time-compiler-cruby
+) introducing the project.
+
* 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.