mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update NEWS.md for YJIT
This commit is contained in:
parent
064944c902
commit
7064d259bc
1 changed files with 6 additions and 2 deletions
8
NEWS.md
8
NEWS.md
|
@ -238,9 +238,12 @@ The following deprecated APIs are removed.
|
||||||
|
|
||||||
## JIT
|
## JIT
|
||||||
|
|
||||||
### MJIT
|
### YJIT
|
||||||
|
|
||||||
### YJIT: New experimental in-process JIT compiler
|
* Support arm64 / aarch64 on UNIX platforms.
|
||||||
|
* Building YJIT requires Rust 1.58.1+. [[Feature #18481]]
|
||||||
|
|
||||||
|
### MJIT
|
||||||
|
|
||||||
## Static analysis
|
## Static analysis
|
||||||
|
|
||||||
|
@ -287,3 +290,4 @@ The following deprecated APIs are removed.
|
||||||
[Bug #18782]: https://bugs.ruby-lang.org/issues/18782
|
[Bug #18782]: https://bugs.ruby-lang.org/issues/18782
|
||||||
[Feature #18788]: https://bugs.ruby-lang.org/issues/18788
|
[Feature #18788]: https://bugs.ruby-lang.org/issues/18788
|
||||||
[Feature #18809]: https://bugs.ruby-lang.org/issues/18809
|
[Feature #18809]: https://bugs.ruby-lang.org/issues/18809
|
||||||
|
[Feature #18481]: https://bugs.ruby-lang.org/issues/18481
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue