From 2c8b8b3fd48082b71b0f7ec9d92411de4ed8749c Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sun, 21 Oct 2018 15:29:01 +0000 Subject: NEWS: prefer advertising --jit option [ci skip] In addition to `--enable=jit` and `--enable-jit`, we're going to ship `--jit` as a short hand of it in Ruby 2.6.0. That's because both --enable=jit and --enable-jit are super hard to type everytime on command line, and I want make it easier to use so that many people use it. First of all, `--enable=jit` is accidentally added for consistency with `--disable=jit` and it's not added for human. As it's a short hand, once JIT became enabled by default, the `--jit` option would be removed after some deprecation warning period and only `--enable=jit`/`--disable=jit` will survive. That being said, I still think having `--jit` as a temporary short hand is valuable for the above reasons. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65281 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3