12件ヒット
[1-12件を表示]
(0.036秒)
クラス
検索結果
-
RubyVM
:: InstructionSequence . compile _ option -> Hash (14.0) -
命令シーケンスのコンパイル時のデフォルトの最適化オプションを Hash で返 します。
...>true,
# :operands_unification=>true,
# :instructions_unification=>false,
# :stack_caching=>false,
# :trace_instruction=>true,
# :frozen_string_literal=>false,
# :debug_frozen_string_literal=>false,
# :coverage_enabled=>true,
# :debug_level=>0}
//}
@see RubyVM::InstructionSequence.compile_option=...