Bug #6786 ยป 0001-Added-trace_instruction-compile_option-output.patch
iseq.c | ||
---|---|---|
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
|