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:
parent
ad1f7f2a8e
commit
32a8cb965c
1 changed files with 5 additions and 0 deletions
5
NEWS.md
5
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.
|
||||
|
|
Loading…
Reference in a new issue