るりまサーチ

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

別のキーワード

  1. socket ipv6_v6only
  2. socket ai_v4mapped
  3. socket ai_v4mapped_cfg
  4. _builtin grep_v
  5. etc cs_v6_env

ライブラリ

検索結果

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

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

...ptions で指定します。

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

.new、.compile、.compile...