From 8c6ad2b0ae9a0d5c2205f4648e5fa0c86fa6077f Mon Sep 17 00:00:00 2001 From: ko1 Date: Mon, 26 Nov 2012 10:46:01 +0000 Subject: * 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 --- ChangeLog | 6 ++++++ iseq.c | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index cd3607835d..f8c7b227e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Nov 26 19:43:42 2012 Koichi Sasada + + * 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 * bootstraptest/test_thread.rb: try to `join' each 100 diff --git a/iseq.c b/iseq.c index aef63eb1df..06cf4f122b 100644 --- a/iseq.c +++ b/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, instructions_unification); SET_COMPILE_OPTION(option, opt, stack_caching); + SET_COMPILE_OPTION(option, opt, trace_instruction); SET_COMPILE_OPTION_NUM(option, opt, debug_level); } #undef SET_COMPILE_OPTION -- cgit v1.2.3