1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Add link to YJIT blog post to NEWS.md

Requested by @nurse
This commit is contained in:
Maxime Chevalier-Boisvert 2021-10-21 12:49:58 -04:00 committed by GitHub
parent ad1f7f2a8e
commit 32a8cb965c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.