Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
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 1119 of file mjit_worker.c.

Field Documentation

◆ cc_entries

struct rb_call_cache* mjit_copy_job_t::cc_entries

Definition at line 1121 of file mjit_worker.c.

◆ finish_p

bool mjit_copy_job_t::finish_p

Definition at line 1123 of file mjit_worker.c.

◆ is_entries

union iseq_inline_storage_entry* mjit_copy_job_t::is_entries

Definition at line 1122 of file mjit_worker.c.

◆ iseq

const rb_iseq_t* mjit_copy_job_t::iseq

Definition at line 1120 of file mjit_worker.c.


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