Ruby 3.4.6p54 (2025-09-16 revision dbd83256b1cec76c69756ecb8758b9e1079833de)
pm_multi_target_state_node Struct Reference

This is a node in the multi target state linked list. More...

Data Fields

INSNtopn
size_t stack_index
size_t stack_size
size_t position
struct pm_multi_target_state_nodenext

Detailed Description

This is a node in the multi target state linked list.

It tracks the information for a particular target that necessarily has a parent expression.

Definition at line 4765 of file prism_compile.c.

Field Documentation

◆ next

struct pm_multi_target_state_node* pm_multi_target_state_node::next

Definition at line 4781 of file prism_compile.c.

◆ position

size_t pm_multi_target_state_node::position

Definition at line 4778 of file prism_compile.c.

◆ stack_index

size_t pm_multi_target_state_node::stack_index

Definition at line 4772 of file prism_compile.c.

◆ stack_size

size_t pm_multi_target_state_node::stack_size

Definition at line 4775 of file prism_compile.c.

◆ topn

INSN* pm_multi_target_state_node::topn

Definition at line 4768 of file prism_compile.c.


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