るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.038秒)
トップページ > クエリ:File[x] > クエリ:*[x] > クラス:RubyVM::InstructionSequence[x]

別のキーワード

  1. _builtin file?
  2. _builtin file
  3. file size
  4. file path
  5. file open

ライブラリ

検索結果

RubyVM::InstructionSequence.compile_option=(options) (61.0)

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

...別に有効、無効を指定します。
//emlist{
*
:inline_const_cache
*
:instructions_unification
*
:operands_unification
*
:peephole_optimization
*
:specialized_instruction
*
:stack_caching
*
:tailcall_optimization
*
:trace_instruction
//}
:debug_level を...
...compile、.compile_file メソッドの実行の際に option 引数を指定し
た場合はその実行のみ最適化オプションを変更する事もできます。

@see RubyVM::InstructionSequence.new,
RubyVM::InstructionSequence
.compile,
RubyVM::InstructionSequence
.compile_file...