From b3f8c491efefc0461ab225d062f6c64286498609 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 12 Aug 2021 22:54:40 -0700 Subject: Print JIT cancel when all JIT-ed code is cancelled --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS.md') 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 -- cgit v1.2.3