Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
Data Fields
rb_yjit_options Struct Reference

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
 

Detailed Description

Definition at line 10320 of file rb_mjit_min_header-3.1.3.h.

Field Documentation

◆ call_threshold

unsigned rb_yjit_options::call_threshold

Definition at line 10323 of file rb_mjit_min_header-3.1.3.h.

◆ exec_mem_size

unsigned rb_yjit_options::exec_mem_size

Definition at line 10322 of file rb_mjit_min_header-3.1.3.h.

◆ gen_stats [1/2]

_Bool rb_yjit_options::gen_stats

Definition at line 10327 of file rb_mjit_min_header-3.1.3.h.

◆ gen_stats [2/2]

bool rb_yjit_options::gen_stats

Definition at line 47 of file yjit.h.

◆ greedy_versioning [1/2]

_Bool rb_yjit_options::greedy_versioning

Definition at line 10324 of file rb_mjit_min_header-3.1.3.h.

◆ greedy_versioning [2/2]

bool rb_yjit_options::greedy_versioning

Definition at line 37 of file yjit.h.

◆ max_versions

unsigned rb_yjit_options::max_versions

Definition at line 10326 of file rb_mjit_min_header-3.1.3.h.

◆ no_type_prop [1/2]

_Bool rb_yjit_options::no_type_prop

Definition at line 10325 of file rb_mjit_min_header-3.1.3.h.

◆ no_type_prop [2/2]

bool rb_yjit_options::no_type_prop

Definition at line 40 of file yjit.h.

◆ test_backend [1/2]

_Bool rb_yjit_options::test_backend

Definition at line 10328 of file rb_mjit_min_header-3.1.3.h.

◆ test_backend [2/2]

bool rb_yjit_options::test_backend

Definition at line 50 of file yjit.h.

◆ yjit_enabled [1/2]

_Bool rb_yjit_options::yjit_enabled

Definition at line 10321 of file rb_mjit_min_header-3.1.3.h.

◆ yjit_enabled [2/2]

bool rb_yjit_options::yjit_enabled

Definition at line 27 of file yjit.h.


The documentation for this struct was generated from the following files: