This commit is contained in:
Maxime Chevalier-Boisvert 2021-10-20 15:51:07 -04:00 коммит произвёл Alan Wu
Родитель 7637175a84
Коммит 8684946b21
1 изменённых файлов: 10 добавлений и 0 удалений

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