зеркало из https://github.com/github/ruby.git
Add bit about YJIT to NEWS.md
This commit is contained in:
Родитель
7637175a84
Коммит
8684946b21
10
NEWS.md
10
NEWS.md
|
@ -282,6 +282,16 @@ Excluding feature bug fixes.
|
|||
|
||||
* `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
|
||||
|
||||
### RBS
|
||||
|
|
Загрузка…
Ссылка в новой задаче