ext/iseq_extra.c in rb-threadframe-0.34 vs ext/iseq_extra.c in rb-threadframe-0.35
- old
+ new
@@ -50,9 +50,11 @@
COMPILE_OPTS_BOOL_SET_HASH(specialized_instruction);
COMPILE_OPTS_BOOL_SET_HASH(operands_unification);
COMPILE_OPTS_BOOL_SET_HASH(stack_caching);
COMPILE_OPTS_BOOL_SET_HASH(trace_instruction);
COMPILE_OPTS_BOOL_SET_HASH(debug_level);
+ COMPILE_OPTS_BOOL_SET_HASH(save_tree_node);
+ COMPILE_OPTS_BOOL_SET_HASH(save_compile_opts);
return hash_opts;
}
}
/*