diff options
author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-12-24 17:07:53 +0000 |
---|---|---|
committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-12-24 17:07:53 +0000 |
commit | cbac40b3e53efce7740899c77eb979008dc96ff5 (patch) | |
tree | b6cd5207221410fae6b48c00721108425fe9627c /vm_opts.h | |
parent | 973e39a3097b58db489c3184b24f07e801f7c1a3 (diff) | |
download | ruby-cbac40b3e53efce7740899c77eb979008dc96ff5.tar.gz |
Remove "trace_instruction" compile option.
* iseq.h (rb_compile_option_struct): trace instruction is removed so that
remove the trace_instruction compile option.
Don't show warning (just ignore) for Ruby 2.5.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_opts.h')
-rw-r--r-- | vm_opts.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -18,7 +18,6 @@ * Following definitions are default values. */ -#define OPT_TRACE_INSTRUCTION 1 #define OPT_TAILCALL_OPTIMIZATION 0 #define OPT_PEEPHOLE_OPTIMIZATION 1 #define OPT_SPECIALISED_INSTRUCTION 1 |