るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.017秒)

別のキーワード

  1. coverage start
  2. coverage result
  3. coverage peek_result
  4. coverage coverage
  5. coverage running?

検索結果

RubyVM::InstructionSequence.compile_option -> Hash (9.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=...