[前][次][番号順一覧][スレッド一覧]

ruby-changes:52312

From: kazu <ko1@a...>
Date: Thu, 23 Aug 2018 17:33:58 +0900 (JST)
Subject: [ruby-changes:52312] kazu:r64520 (trunk): Mention `--enable=jit` instead of `--jit`

kazu	2018-08-23 17:33:54 +0900 (Thu, 23 Aug 2018)

  New Revision: 64520

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64520

  Log:
    Mention `--enable=jit` instead of `--jit`
    
    "--jit" flag usage may be deprecated at r63995 [Feature #14878]
    [ci skip]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 64519)
+++ NEWS	(revision 64520)
@@ -336,7 +336,7 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L336
 
 * Introduce an initial implementation of JIT (Just-in-time) compiler.
   [Feature #14235] [experimental]
-    * `--jit` option is added to enable JIT. `--jit-verbose=1` is good for
+    * `--enable=jit` option is added to enable JIT. `--jit-verbose=1` is good for
       inspection.  See `ruby --help` for others.
     * This JIT relies on C compiler used to build Ruby, on runtime.  Only
       gcc and clang are supported for the JIT for now, and MinGW support has

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]