Project

General

Profile

Bug #17606 » ruby-iseq_inline_constant_cache_entry.patch

xtkoba (Tee KOBAYASHI), 02/16/2021 12:12 AM

View differences:

vm_core.h
typedef struct rb_compile_option_struct rb_compile_option_t;
// imemo_constcache
#pragma pack(push, 4)
struct iseq_inline_constant_cache_entry {
VALUE flags;
......
rb_serial_t ic_serial; // v2
// v3
};
#pragma pack(pop)
struct iseq_inline_constant_cache {
struct iseq_inline_constant_cache_entry *entry;
(2-2/2)