Avoid calling it a stdlib [ci skip]
It technically is, but it's probably just confusing for most people.
This commit is contained in:
parent
dc8c5bafcf
commit
cce6a30fdd
2
NEWS.md
2
NEWS.md
@ -716,7 +716,7 @@ The following deprecated APIs are removed.
|
|||||||
|
|
||||||
### MJIT
|
### MJIT
|
||||||
|
|
||||||
* The MJIT compiler is re-implemented in Ruby as a standard library `mjit`.
|
* The MJIT compiler is re-implemented in Ruby as `ruby_vm/mjit/compiler`.
|
||||||
* MJIT compiler is executed under a forked Ruby process instead of
|
* MJIT compiler is executed under a forked Ruby process instead of
|
||||||
doing it in a native thread called MJIT worker. [[Feature #18968]]
|
doing it in a native thread called MJIT worker. [[Feature #18968]]
|
||||||
* As a result, Microsoft Visual Studio (MSWIN) is no longer supported.
|
* As a result, Microsoft Visual Studio (MSWIN) is no longer supported.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user