diff --git a/NEWS b/NEWS index a419890750..9c79194ac9 100644 --- a/NEWS +++ b/NEWS @@ -426,7 +426,7 @@ sufficient information, see the ChangeLog file or Redmine * Introduce an initial implementation of JIT (Just-in-time) compiler. [Feature #14235] [experimental] - * --enable=jit option is added to enable JIT. --jit-verbose=1 + * --jit option is added to enable JIT. --jit-verbose=1 is good for inspection. See ruby --help for others. * To generate machine code, this JIT compiler uses C compiler used for building the interpreter. Currently GCC, Clang, and Microsoft Visual C++ are supported for it.