Ruby
3.1.4p223 (2023-03-30 revision HEAD)
|
Code generation context Contains information we can use to optimize code. More...
#include <yjit_core.h>
Data Fields | |
uint16_t | stack_size |
int16_t | sp_offset |
uint8_t | chain_depth |
val_type_t | local_types [MAX_LOCAL_TYPES] |
val_type_t | temp_types [MAX_TEMP_TYPES] |
val_type_t | self_type |
temp_mapping_t | temp_mapping [MAX_TEMP_TYPES] |
Code generation context Contains information we can use to optimize code.
Definition at line 133 of file yjit_core.h.