mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* iseq.c (make_compile_option_value): add trace_instruction option.
a patch by davidbalbert (David Albert). [Bug #6786] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37860 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
42e9fc4110
commit
8c6ad2b0ae
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
Mon Nov 26 19:43:42 2012 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
|
* iseq.c (make_compile_option_value): add trace_instruction option.
|
||||||
|
a patch by davidbalbert (David Albert).
|
||||||
|
[Bug #6786]
|
||||||
|
|
||||||
Mon Nov 26 19:10:53 2012 Koichi Sasada <ko1@atdot.net>
|
Mon Nov 26 19:10:53 2012 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* bootstraptest/test_thread.rb: try to `join' each 100
|
* bootstraptest/test_thread.rb: try to `join' each 100
|
||||||
|
|
1
iseq.c
1
iseq.c
|
@ -382,6 +382,7 @@ make_compile_option_value(rb_compile_option_t *option)
|
||||||
SET_COMPILE_OPTION(option, opt, operands_unification);
|
SET_COMPILE_OPTION(option, opt, operands_unification);
|
||||||
SET_COMPILE_OPTION(option, opt, instructions_unification);
|
SET_COMPILE_OPTION(option, opt, instructions_unification);
|
||||||
SET_COMPILE_OPTION(option, opt, stack_caching);
|
SET_COMPILE_OPTION(option, opt, stack_caching);
|
||||||
|
SET_COMPILE_OPTION(option, opt, trace_instruction);
|
||||||
SET_COMPILE_OPTION_NUM(option, opt, debug_level);
|
SET_COMPILE_OPTION_NUM(option, opt, debug_level);
|
||||||
}
|
}
|
||||||
#undef SET_COMPILE_OPTION
|
#undef SET_COMPILE_OPTION
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue