722件ヒット
[701-722件を表示]
(0.265秒)
種類
- インスタンスメソッド (459)
- モジュール関数 (144)
- 特異メソッド (83)
- クラス (24)
- 定数 (12)
ライブラリ
- ビルトイン (722)
クラス
- Exception (36)
- Fiber (6)
- Object (12)
-
RubyVM
:: InstructionSequence (84) - Thread (72)
-
Thread
:: Backtrace :: Location (84) - TracePoint (248)
キーワード
- Location (12)
- TracePoint (12)
- WUNTRACED (12)
-
absolute
_ path (12) -
add
_ trace _ func (12) - backtrace (24)
-
backtrace
_ locations (36) -
base
_ label (12) - binding (12)
-
callee
_ id (12) - caller (36)
-
caller
_ locations (24) -
compile
_ option (12) -
compile
_ option= (12) -
defined
_ class (12) - disable (24)
- disasm (24)
- disassemble (24)
- enable (24)
- enabled? (12)
-
eval
_ script (7) - event (12)
- fail (12)
- freeze (12)
- inspect (24)
-
instruction
_ sequence (7) - label (12)
- lineno (24)
-
method
_ id (12) - new (12)
- parameters (7)
- path (24)
- raise (30)
-
raised
_ exception (12) -
return
_ value (12) - self (12)
-
set
_ backtrace (12) -
set
_ trace _ func (24) - stat (11)
-
to
_ a (12) -
to
_ s (12) -
trace
_ var (36) -
untrace
_ var (12)
検索結果
先頭2件
-
RubyVM
:: InstructionSequence . compile _ option -> Hash (8006.0) -
命令シーケンスのコンパイル時のデフォルトの最適化オプションを Hash で返 します。
...timization=>false,
# :specialized_instruction=>true,
# :operands_unification=>true,
# :instructions_unification=>false,
# :stack_caching=>false,
# :trace_instruction=>true,
# :frozen_string_literal=>false,
# :debug_frozen_string_literal=>false,
# :coverage_enabled=>true,
# :debug_level=>0}
//}
@see... -
RubyVM
:: InstructionSequence . compile _ option=(options) (8006.0) -
命令シーケンスのコンパイル時のデフォルトの最適化オプションを引数 options で指定します。
...ns_unification
* :operands_unification
* :peephole_optimization
* :specialized_instruction
* :stack_caching
* :tailcall_optimization
* :trace_instruction
//}
:debug_level をキーに指定した場合は値を数値で指定します。
.new、.compile、.compile_file...
