Ruby
1.9.3p551(2014-11-13revision48407)
|
#include <iseq.h>
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::operands_unification |
Definition at line 39 of file iseq.h.
Referenced by iseq_optimize().
int rb_compile_option_struct::peephole_optimization |
Definition at line 36 of file iseq.h.
Referenced by iseq_optimize().
int rb_compile_option_struct::specialized_instruction |
Definition at line 38 of file iseq.h.
Referenced by iseq_compile_each(), and iseq_optimize().
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(), and iseq_optimize().