Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
Data Fields
rb_compile_option_struct Struct Reference

#include <rb_mjit_min_header-2.7.7.h>

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
 

Detailed Description

Definition at line 7025 of file rb_mjit_min_header-2.7.7.h.

Field Documentation

◆ coverage_enabled

unsigned int rb_compile_option_struct::coverage_enabled

Definition at line 7035 of file rb_mjit_min_header-2.7.7.h.

◆ debug_frozen_string_literal

unsigned int rb_compile_option_struct::debug_frozen_string_literal

Definition at line 7034 of file rb_mjit_min_header-2.7.7.h.

◆ debug_level

int rb_compile_option_struct::debug_level

Definition at line 7036 of file rb_mjit_min_header-2.7.7.h.

◆ frozen_string_literal

unsigned int rb_compile_option_struct::frozen_string_literal

Definition at line 7033 of file rb_mjit_min_header-2.7.7.h.

◆ inline_const_cache

unsigned int rb_compile_option_struct::inline_const_cache

Definition at line 7026 of file rb_mjit_min_header-2.7.7.h.

◆ instructions_unification

unsigned int rb_compile_option_struct::instructions_unification

Definition at line 7031 of file rb_mjit_min_header-2.7.7.h.

◆ operands_unification

unsigned int rb_compile_option_struct::operands_unification

Definition at line 7030 of file rb_mjit_min_header-2.7.7.h.

◆ peephole_optimization

unsigned int rb_compile_option_struct::peephole_optimization

Definition at line 7027 of file rb_mjit_min_header-2.7.7.h.

◆ specialized_instruction

unsigned int rb_compile_option_struct::specialized_instruction

Definition at line 7029 of file rb_mjit_min_header-2.7.7.h.

◆ stack_caching

unsigned int rb_compile_option_struct::stack_caching

Definition at line 7032 of file rb_mjit_min_header-2.7.7.h.

◆ tailcall_optimization

unsigned int rb_compile_option_struct::tailcall_optimization

Definition at line 7028 of file rb_mjit_min_header-2.7.7.h.


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