Bug #17606 » ruby-iseq_inline_constant_cache_entry.patch
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;
|
- « Previous
- 1
- 2
- Next »