From 31b9ce365dff68f2e7a96b78d7dded98e338e5c6 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 2 Jun 2021 22:25:48 -0700 Subject: [PATCH] Note about 07c05b6fe931337e928a89ac5ebf654862dc0eca --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 6691a0d25d..d351a3d581 100644 --- a/NEWS.md +++ b/NEWS.md @@ -136,6 +136,9 @@ Excluding feature bug fixes. * The default `--jit-max-cache` is changed from 100 to 10000. +* The JIT compiler no longer skips compilation of methods longer than + 1000 instructions. + * `RubyVM::MJIT` is renamed to `RubyVM::JIT`. [[Feature #17490]] ## Static analysis