Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
|
Data Fields | |
_Bool | yjit_enabled |
unsigned | exec_mem_size |
unsigned | call_threshold |
_Bool | greedy_versioning |
_Bool | no_type_prop |
unsigned | max_versions |
_Bool | gen_stats |
_Bool | test_backend |
bool | yjit_enabled |
bool | greedy_versioning |
bool | no_type_prop |
bool | gen_stats |
bool | test_backend |
Definition at line 10320 of file rb_mjit_min_header-3.1.3.h.
unsigned rb_yjit_options::call_threshold |
Definition at line 10323 of file rb_mjit_min_header-3.1.3.h.
unsigned rb_yjit_options::exec_mem_size |
Definition at line 10322 of file rb_mjit_min_header-3.1.3.h.
_Bool rb_yjit_options::gen_stats |
Definition at line 10327 of file rb_mjit_min_header-3.1.3.h.
_Bool rb_yjit_options::greedy_versioning |
Definition at line 10324 of file rb_mjit_min_header-3.1.3.h.
unsigned rb_yjit_options::max_versions |
Definition at line 10326 of file rb_mjit_min_header-3.1.3.h.
_Bool rb_yjit_options::no_type_prop |
Definition at line 10325 of file rb_mjit_min_header-3.1.3.h.
_Bool rb_yjit_options::test_backend |
Definition at line 10328 of file rb_mjit_min_header-3.1.3.h.
_Bool rb_yjit_options::yjit_enabled |
Definition at line 10321 of file rb_mjit_min_header-3.1.3.h.