mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add bit about YJIT to NEWS.md
This commit is contained in:
parent
7637175a84
commit
8684946b21
Notes:
git
2021-10-21 08:16:07 +09:00
1 changed files with 10 additions and 0 deletions
10
NEWS.md
10
NEWS.md
|
@ -282,6 +282,16 @@ Excluding feature bug fixes.
|
||||||
|
|
||||||
* `RubyVM::MJIT` is renamed to `RubyVM::JIT`. [[Feature #17490]]
|
* `RubyVM::MJIT` is renamed to `RubyVM::JIT`. [[Feature #17490]]
|
||||||
|
|
||||||
|
### YJIT: New experimental in-process JIT compiler
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
|
* Fast warm-up times.
|
||||||
|
|
||||||
|
* Limited to macOS & Linux on x86-64 platforms for now.
|
||||||
|
|
||||||
## Static analysis
|
## Static analysis
|
||||||
|
|
||||||
### RBS
|
### RBS
|
||||||
|
|
Loading…
Add table
Reference in a new issue