From f9caade8a8b389e75f645e6e1d7ef92b14ad3a29 Mon Sep 17 00:00:00 2001 From: David Albert Date: Tue, 24 Jul 2012 00:09:19 -0400 Subject: [PATCH] Added :trace_instruction compile_option output --- iseq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iseq.c b/iseq.c index 890c6b2..062591b 100644 --- a/iseq.c +++ b/iseq.c @@ -383,6 +383,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 -- 1.7.11.2