diff options
author | Takashi Kokubun <[email protected]> | 2022-09-01 14:12:24 -0700 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2022-09-01 14:12:24 -0700 |
commit | 7064d259bc20050d467874e5622082c29529a2d3 (patch) | |
tree | 767c05099da3aa14acf4d76cf534dab930e8e024 | |
parent | 064944c9029fae0552f120ea586f4f83ce206ec6 (diff) |
Update NEWS.md for YJIT
-rw-r--r-- | NEWS.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -238,9 +238,12 @@ The following deprecated APIs are removed. ## JIT -### MJIT +### YJIT + +* Support arm64 / aarch64 on UNIX platforms. +* Building YJIT requires Rust 1.58.1+. [[Feature #18481]] -### YJIT: New experimental in-process JIT compiler +### MJIT ## Static analysis @@ -287,3 +290,4 @@ The following deprecated APIs are removed. [Bug #18782]: https://bugs.ruby-lang.org/issues/18782 [Feature #18788]: https://bugs.ruby-lang.org/issues/18788 [Feature #18809]: https://bugs.ruby-lang.org/issues/18809 +[Feature #18481]: https://bugs.ruby-lang.org/issues/18481 |