Ruby
2.0.0p594(2014-10-27revision48167)
|
#include <iseq.h>
int rb_compile_option_struct::inline_const_cache |
Definition at line 41 of file iseq.h.
Referenced by iseq_compile_each().
int rb_compile_option_struct::instructions_unification |
Definition at line 46 of file iseq.h.
Referenced by iseq_setup().
int rb_compile_option_struct::operands_unification |
Definition at line 45 of file iseq.h.
Referenced by iseq_optimize().
int rb_compile_option_struct::peephole_optimization |
Definition at line 42 of file iseq.h.
Referenced by iseq_optimize().
int rb_compile_option_struct::specialized_instruction |
Definition at line 44 of file iseq.h.
Referenced by iseq_compile_each(), and iseq_optimize().
int rb_compile_option_struct::stack_caching |
Definition at line 47 of file iseq.h.
Referenced by iseq_setup().
int rb_compile_option_struct::tailcall_optimization |
Definition at line 43 of file iseq.h.
Referenced by iseq_compile_each(), and iseq_optimize().