From 32a8cb965c28455ea8bce8d7d84efab456db773f Mon Sep 17 00:00:00 2001 From: Maxime Chevalier-Boisvert Date: Thu, 21 Oct 2021 12:49:58 -0400 Subject: Add link to YJIT blog post to NEWS.md Requested by @nurse --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) 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. -- cgit v1.2.3