Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
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: