SET_COMPILE_OPTION  258 iseq.c         	SET_COMPILE_OPTION(option, opt, inline_const_cache);
SET_COMPILE_OPTION  259 iseq.c         	SET_COMPILE_OPTION(option, opt, peephole_optimization);
SET_COMPILE_OPTION  260 iseq.c         	SET_COMPILE_OPTION(option, opt, tailcall_optimization);
SET_COMPILE_OPTION  261 iseq.c         	SET_COMPILE_OPTION(option, opt, specialized_instruction);
SET_COMPILE_OPTION  262 iseq.c         	SET_COMPILE_OPTION(option, opt, operands_unification);
SET_COMPILE_OPTION  263 iseq.c         	SET_COMPILE_OPTION(option, opt, instructions_unification);
SET_COMPILE_OPTION  264 iseq.c         	SET_COMPILE_OPTION(option, opt, stack_caching);
SET_COMPILE_OPTION  265 iseq.c         	SET_COMPILE_OPTION(option, opt, trace_instruction);
SET_COMPILE_OPTION  284 iseq.c         	SET_COMPILE_OPTION(option, opt, inline_const_cache);
SET_COMPILE_OPTION  285 iseq.c         	SET_COMPILE_OPTION(option, opt, peephole_optimization);
SET_COMPILE_OPTION  286 iseq.c         	SET_COMPILE_OPTION(option, opt, tailcall_optimization);
SET_COMPILE_OPTION  287 iseq.c         	SET_COMPILE_OPTION(option, opt, specialized_instruction);
SET_COMPILE_OPTION  288 iseq.c         	SET_COMPILE_OPTION(option, opt, operands_unification);
SET_COMPILE_OPTION  289 iseq.c         	SET_COMPILE_OPTION(option, opt, instructions_unification);
SET_COMPILE_OPTION  290 iseq.c         	SET_COMPILE_OPTION(option, opt, stack_caching);