Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
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 1126 of file mjit_worker.c.

Field Documentation

◆ cc_entries

struct rb_call_cache* mjit_copy_job_t::cc_entries

Definition at line 1128 of file mjit_worker.c.

◆ finish_p

bool mjit_copy_job_t::finish_p

Definition at line 1130 of file mjit_worker.c.

◆ is_entries

union iseq_inline_storage_entry* mjit_copy_job_t::is_entries

Definition at line 1129 of file mjit_worker.c.

◆ iseq

const rb_iseq_t* mjit_copy_job_t::iseq

Definition at line 1127 of file mjit_worker.c.


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