SET_COMPILE_OPTION  362 iseq.c             SET_COMPILE_OPTION(option, opt, inline_const_cache);
SET_COMPILE_OPTION  363 iseq.c             SET_COMPILE_OPTION(option, opt, peephole_optimization);
SET_COMPILE_OPTION  364 iseq.c             SET_COMPILE_OPTION(option, opt, tailcall_optimization);
SET_COMPILE_OPTION  365 iseq.c             SET_COMPILE_OPTION(option, opt, specialized_instruction);
SET_COMPILE_OPTION  366 iseq.c             SET_COMPILE_OPTION(option, opt, operands_unification);
SET_COMPILE_OPTION  367 iseq.c             SET_COMPILE_OPTION(option, opt, instructions_unification);
SET_COMPILE_OPTION  368 iseq.c             SET_COMPILE_OPTION(option, opt, stack_caching);
SET_COMPILE_OPTION  369 iseq.c             SET_COMPILE_OPTION(option, opt, trace_instruction);
SET_COMPILE_OPTION  370 iseq.c             SET_COMPILE_OPTION(option, opt, frozen_string_literal);
SET_COMPILE_OPTION  371 iseq.c             SET_COMPILE_OPTION(option, opt, debug_frozen_string_literal);
SET_COMPILE_OPTION  372 iseq.c             SET_COMPILE_OPTION(option, opt, coverage_enabled);
SET_COMPILE_OPTION  417 iseq.c         	SET_COMPILE_OPTION(option, opt, inline_const_cache);
SET_COMPILE_OPTION  418 iseq.c         	SET_COMPILE_OPTION(option, opt, peephole_optimization);
SET_COMPILE_OPTION  419 iseq.c         	SET_COMPILE_OPTION(option, opt, tailcall_optimization);
SET_COMPILE_OPTION  420 iseq.c         	SET_COMPILE_OPTION(option, opt, specialized_instruction);
SET_COMPILE_OPTION  421 iseq.c         	SET_COMPILE_OPTION(option, opt, operands_unification);
SET_COMPILE_OPTION  422 iseq.c         	SET_COMPILE_OPTION(option, opt, instructions_unification);
SET_COMPILE_OPTION  423 iseq.c         	SET_COMPILE_OPTION(option, opt, stack_caching);
SET_COMPILE_OPTION  424 iseq.c         	SET_COMPILE_OPTION(option, opt, trace_instruction);
SET_COMPILE_OPTION  425 iseq.c         	SET_COMPILE_OPTION(option, opt, frozen_string_literal);
SET_COMPILE_OPTION  426 iseq.c         	SET_COMPILE_OPTION(option, opt, debug_frozen_string_literal);
SET_COMPILE_OPTION  427 iseq.c         	SET_COMPILE_OPTION(option, opt, coverage_enabled);
SET_COMPILE_OPTION 1594 ruby.c         	SET_COMPILE_OPTION(option, opt, frozen_string_literal);
SET_COMPILE_OPTION 1595 ruby.c         	SET_COMPILE_OPTION(option, opt, debug_frozen_string_literal);