Ruby  2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
Data Fields
mjit_copy_job_t Struct Reference

Data Fields

const rb_iseq_tiseq
 
struct rb_call_cachecc_entries
 
union iseq_inline_storage_entryis_entries
 
bool finish_p
 

Detailed Description

Definition at line 1118 of file mjit_worker.c.

Field Documentation

◆ cc_entries

struct rb_call_cache* mjit_copy_job_t::cc_entries

Definition at line 1120 of file mjit_worker.c.

◆ finish_p

bool mjit_copy_job_t::finish_p

Definition at line 1122 of file mjit_worker.c.

◆ is_entries

union iseq_inline_storage_entry* mjit_copy_job_t::is_entries

Definition at line 1121 of file mjit_worker.c.

◆ iseq

const rb_iseq_t* mjit_copy_job_t::iseq

Definition at line 1119 of file mjit_worker.c.


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