ruby-changes:53070
From: k0kubun <ko1@a...>
Date: Mon, 22 Oct 2018 00:41:04 +0900 (JST)
Subject: [ruby-changes:53070] k0kubun:r65284 (trunk): NEWS: note about --disable-mjit-support [ci skip]
k0kubun 2018-10-22 00:41:00 +0900 (Mon, 22 Oct 2018) New Revision: 65284 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65284 Log: NEWS: note about --disable-mjit-support [ci skip] Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 65283) +++ NEWS (revision 65284) @@ -426,10 +426,13 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L426 * Introduce an initial implementation of JIT (Just-in-time) compiler. [Feature #14235] [experimental] - * <tt>--jit</tt> option is added to enable JIT. <tt>--jit-verbose=1</tt> + * <tt>--jit</tt> command line option is added to enable JIT. <tt>--jit-verbose=1</tt> is good for inspection. See <tt>ruby --help</tt> 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. + * <tt>--disable-mjit-support</tt> option is added to configure. This is added for JIT debugging, + but if you get an error on building a header file for JIT, you can use this option to skip + building it as a workaround. * rb_waitpid reimplemented on Unix-like platforms to maintain compatibility with processes created for JIT [Bug #14867] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/