Skip to content

Commit b04c765

Browse files
authored
Merge pull request #2938 from ruby/fix-mjit-fork
MJIT now uses forked process, not forked Ruby process
2 parents ea4b356 + 6a56be9 commit b04c765

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

en/news/_posts/2022-12-25-ruby-3-2-0-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ sum = ary[0] + ary[1]
240240
### MJIT
241241

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

ja/news/_posts/2022-12-25-ruby-3-2-0-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ sum = ary[0] + ary[1]
231231

232232
* MJIT コンパイラが `ruby_vm/mjit/compiler` として Ruby で再実装されました。
233233
* MJIT コンパイラは MJIT ワーカーによって呼ばれた native スレッドの代わりに
234-
fork された Ruby プロセス によって実行されるようになりました。 [[Feature #18968]]
234+
fork されたプロセスによって実行されるようになりました。 [[Feature #18968]]
235235
* そのため、Microsoft Visual Studio (MSWIN) はサポート対象外となりました
236236
* MinGW はサポート対象外となりました [[Feature #18824]]
237237
* `--mjit-min-calls``--mjit-call-threshold` にリネームされました

0 commit comments

Comments
 (0)