るりまサーチ (Ruby 3.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.049秒)
トップページ > クエリ:io[x] > クエリ:instruction[x] > クエリ:Instruction[x] > クエリ:compile_option=[x] > バージョン:3.0[x] > クラス:RubyVM::InstructionSequence[x]

別のキーワード

  1. instruction content=
  2. instruction content
  3. _builtin instruction_names
  4. instruction node_type
  5. instruction target=

ライブラリ

検索結果

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

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

...compile、.compile_file メソッドの実行の際に option 引数を指定し
た場合はその実行のみ最適化オプションを変更する事もできます。

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