Ruby 4.1.0dev (2026-08-15 revision cfb2ed7c723c5435f630fd70897273db032b0bcc)
Data Fields
zjit_jit_frame Struct Reference

Data Fields

const VALUEpc
 
const rb_iseq_tiseq
 
bool materialize_block_code
 
uint32_t stack_size
 
VALUE stack []
 

Detailed Description

Definition at line 16 of file zjit.h.

Field Documentation

◆ iseq

const rb_iseq_t* zjit_jit_frame::iseq

Definition at line 22 of file zjit.h.

◆ materialize_block_code

bool zjit_jit_frame::materialize_block_code

Definition at line 27 of file zjit.h.

◆ pc

const VALUE* zjit_jit_frame::pc

Definition at line 19 of file zjit.h.

◆ stack

VALUE zjit_jit_frame::stack[]

Definition at line 33 of file zjit.h.

◆ stack_size

uint32_t zjit_jit_frame::stack_size

Definition at line 30 of file zjit.h.


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