[ruby-cvs:78440] a19d625e66 (master): Allow specifying arbitrary MJIT flags by --jit-debug
"Takashi Kokubun" <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
Takashi Kokubun 2019-12-01 17:56:27 +0900 (Sun, 01 Dec 2019)
New Revision: a19d625e66
https://github.com/ruby/ruby/commit/a19d625e66
Log:
Allow specifying arbitrary MJIT flags by --jit-debug
This is a secret feature for me. It's only for testing and any behavior
with this flag override is unsupported.
I needed this because I sometimes want to add debug options but do not
want to disable optimizations, for using Linux perf.
Modified files:
mjit.c
mjit.h
mjit_worker.c
ruby.c
test/ruby/test_rubyoptions.rb