From 84d747c6d9edf200d8c007e39a37fbbbe79de9e5 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sun, 21 Oct 2018 15:41:00 +0000 Subject: NEWS: note about --disable-mjit-support [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65284 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 9c79194ac9..5e53d529f0 100644 --- a/NEWS +++ b/NEWS @@ -426,10 +426,13 @@ sufficient information, see the ChangeLog file or Redmine * Introduce an initial implementation of JIT (Just-in-time) compiler. [Feature #14235] [experimental] - * --jit option is added to enable JIT. --jit-verbose=1 + * --jit command line 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. + * --disable-mjit-support 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] -- cgit v1.2.3