るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.104秒)
トップページ > クエリ:t[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) (24300.0)

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

...ル時のデフォルトの最適化オプションを引数
options で指定します。

@param options コンパイル時の最適化オプションを true、false、nil、
Hash のいずれかで指定します。true を指定した場合は
全てのオプショ...
...true か false を指定する事で個
別に有効、無効を指定します。
//emlist{
* :inline_const_cache
* :instructions_unification
* :operands_unification
* :peephole_optimization
* :specialized_instruction
* :stack_caching
* :tailcall_optimization
* :trace...
..._instruction
//}
:debug_level をキーに指定した場合は値を数値で指定します。

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

@see R...