Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
|
Data Fields | |
unsigned int | inline_const_cache: 1 |
unsigned int | peephole_optimization: 1 |
unsigned int | tailcall_optimization: 1 |
unsigned int | specialized_instruction: 1 |
unsigned int | operands_unification: 1 |
unsigned int | instructions_unification: 1 |
unsigned int | stack_caching: 1 |
unsigned int | frozen_string_literal: 1 |
unsigned int | debug_frozen_string_literal: 1 |
unsigned int | coverage_enabled: 1 |
int | debug_level |
Definition at line 10009 of file rb_mjit_min_header-3.1.3.h.
unsigned int rb_compile_option_struct::coverage_enabled |
Definition at line 10019 of file rb_mjit_min_header-3.1.3.h.
unsigned int rb_compile_option_struct::debug_frozen_string_literal |
Definition at line 10018 of file rb_mjit_min_header-3.1.3.h.
int rb_compile_option_struct::debug_level |
Definition at line 10020 of file rb_mjit_min_header-3.1.3.h.
unsigned int rb_compile_option_struct::frozen_string_literal |
Definition at line 10017 of file rb_mjit_min_header-3.1.3.h.
unsigned int rb_compile_option_struct::inline_const_cache |
Definition at line 10010 of file rb_mjit_min_header-3.1.3.h.
unsigned int rb_compile_option_struct::instructions_unification |
Definition at line 10015 of file rb_mjit_min_header-3.1.3.h.
unsigned int rb_compile_option_struct::operands_unification |
Definition at line 10014 of file rb_mjit_min_header-3.1.3.h.
unsigned int rb_compile_option_struct::peephole_optimization |
Definition at line 10011 of file rb_mjit_min_header-3.1.3.h.
unsigned int rb_compile_option_struct::specialized_instruction |
Definition at line 10013 of file rb_mjit_min_header-3.1.3.h.
unsigned int rb_compile_option_struct::stack_caching |
Definition at line 10016 of file rb_mjit_min_header-3.1.3.h.
unsigned int rb_compile_option_struct::tailcall_optimization |
Definition at line 10012 of file rb_mjit_min_header-3.1.3.h.