summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2021-08-12 23:15:34 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2021-08-12 23:15:34 -0700
commitb64f81c81729bbc248d19af01cafde88eb60fdc7 (patch)
tree0624d3ba3bc514ab9f787745639f0403adec7752 /NEWS.md
parentb3f8c491efefc0461ab225d062f6c64286498609 (diff)
Pause an MJIT worker when JIT is cancelled
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 85f49d4846..6b78cec01a 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -179,6 +179,8 @@ Excluding feature bug fixes.
* `--jit-verbose` and `--jit-warning` output "JIT cancel" when JIT-ed
code is disabled because TracePoint or GC.compact is used.
+* Pause an MJIT worker when JIT-ed code gets disabled.
+
* `RubyVM::MJIT` is renamed to `RubyVM::JIT`. [[Feature #17490]]
## Static analysis