るりまサーチ

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

別のキーワード

  1. _builtin new
  2. _builtin inspect
  3. _builtin []
  4. _builtin to_s
  5. _builtin each

ライブラリ

モジュール

キーワード

検索結果

<< < ... 6 7 8 >>

RubyVM::InstructionSequence.compile_option -> Hash (8006.0)

命令シーケンスのコンパイル時のデフォルトの最適化オプションを Hash で返 します。

...timization=>false,
# :specialized_instruction=>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=(options) (8006.0)

命令シーケンスのコンパイル時のデフォルトの最適化オプションを引数 options で指定します。

...ns_unification
* :operands_unification
* :peephole_optimization
* :specialized_instruction
* :stack_caching
* :tailcall_optimization
* :trace_instruction
//}
:debug_level をキーに指定した場合は値を数値で指定します。

.new、.compile、.compile_file...
<< < ... 6 7 8 >>