Ruby 3.1.4p223 (2023-03-30 revision HEAD)
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
 

Detailed Description

Definition at line 25 of file yjit.h.

Field Documentation

◆ call_threshold

unsigned rb_yjit_options::call_threshold

Definition at line 34 of file yjit.h.

◆ exec_mem_size

unsigned rb_yjit_options::exec_mem_size

Definition at line 30 of file yjit.h.

◆ gen_stats

bool rb_yjit_options::gen_stats

Definition at line 47 of file yjit.h.

◆ greedy_versioning

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 44 of file yjit.h.

◆ no_type_prop

bool rb_yjit_options::no_type_prop

Definition at line 40 of file yjit.h.

◆ test_backend

bool rb_yjit_options::test_backend

Definition at line 50 of file yjit.h.

◆ yjit_enabled

bool rb_yjit_options::yjit_enabled

Definition at line 27 of file yjit.h.


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