|
Ruby
1.9.3p551(2014-11-13revision48407)
|
#include <iseq.h>
Data Fields | |
| int | inline_const_cache |
| int | peephole_optimization |
| int | tailcall_optimization |
| int | specialized_instruction |
| int | operands_unification |
| int | instructions_unification |
| int | stack_caching |
| int | trace_instruction |
| int | debug_level |
| int rb_compile_option_struct::inline_const_cache |
Definition at line 35 of file iseq.h.
Referenced by iseq_compile_each().
| int rb_compile_option_struct::instructions_unification |
Definition at line 40 of file iseq.h.
Referenced by iseq_setup().
| int rb_compile_option_struct::specialized_instruction |
Definition at line 38 of file iseq.h.
Referenced by iseq_compile_each().
| int rb_compile_option_struct::stack_caching |
Definition at line 41 of file iseq.h.
Referenced by iseq_setup().
| int rb_compile_option_struct::tailcall_optimization |
Definition at line 37 of file iseq.h.
Referenced by iseq_compile_each().
1.8.14