Skip to content

Commit

Permalink
Add NEWS entries about MJIT [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Oct 26, 2022
1 parent 923aed2 commit 1161454
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NEWS.md
Expand Up @@ -327,6 +327,12 @@ The following deprecated APIs are removed.

### MJIT

* The MJIT compiler is re-implemented in Ruby as a standard library `mjit`.
* MJIT compiler is executed under a forked Ruby process instead of
doing it in a native thread called MJIT worker. [[Feature #18968]]
* As a result, Microsoft Visual Studio (MSWIN) is no longer supported.
* MinGW is no longer supported. [[Feature #18824]]

## Static analysis

### RBS
Expand Down Expand Up @@ -381,3 +387,5 @@ The following deprecated APIs are removed.
[Feature #18630]: https://bugs.ruby-lang.org/issues/18630
[Feature #18589]: https://bugs.ruby-lang.org/issues/18589
[Feature #19060]: https://bugs.ruby-lang.org/issues/19060
[Feature #18824]: https://bugs.ruby-lang.org/issues/18824
[Feature #18968]: https://bugs.ruby-lang.org/issues/18968

0 comments on commit 1161454

Please sign in to comment.