ruby-changes:25803
From: ko1 <ko1@a...>
Date: Mon, 26 Nov 2012 19:46:13 +0900 (JST)
Subject: [ruby-changes:25803] ko1:r37860 (trunk): * iseq.c (make_compile_option_value): add trace_instruction option.
ko1 2012-11-26 19:46:01 +0900 (Mon, 26 Nov 2012) New Revision: 37860 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=37860 Log: * iseq.c (make_compile_option_value): add trace_instruction option. a patch by davidbalbert (David Albert). [Bug #6786] Modified files: trunk/ChangeLog trunk/iseq.c Index: ChangeLog =================================================================== --- ChangeLog (revision 37859) +++ ChangeLog (revision 37860) @@ -1,3 +1,9 @@ +Mon Nov 26 19:43:42 2012 Koichi Sasada <ko1@a...> + + * 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@a...> * bootstraptest/test_thread.rb: try to `join' each 100 Index: iseq.c =================================================================== --- iseq.c (revision 37859) +++ iseq.c (revision 37860) @@ -382,6 +382,7 @@ 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/