summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2021-08-12 22:54:40 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2021-08-12 23:11:38 -0700
commitb3f8c491efefc0461ab225d062f6c64286498609 (patch)
tree5d3fbb4fe76d37f91bafbdb4b5fff9ce28d8f7ce /NEWS.md
parent1a16940291301ace49cba0f37154a67033ab27c0 (diff)
Print JIT cancel when all JIT-ed code is cancelled
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index a040aebeae..85f49d4846 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -176,6 +176,9 @@ Excluding feature bug fixes.
* The JIT compiler no longer skips compilation of methods longer than
1000 instructions.
+* `--jit-verbose` and `--jit-warning` output "JIT cancel" when JIT-ed
+ code is disabled because TracePoint or GC.compact is used.
+
* `RubyVM::MJIT` is renamed to `RubyVM::JIT`. [[Feature #17490]]
## Static analysis