るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.027秒)
トップページ > クエリ:ruby[x] > クエリ:compile_option=[x]

別のキーワード

  1. mkmf try_compile
  2. ripper compile_error
  3. kernel try_compile
  4. _builtin compile
  5. _builtin compile_option=

ライブラリ

検索結果

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

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

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

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