We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e3a162 commit 82d62d4Copy full SHA for 82d62d4
vm_core.h
@@ -261,10 +261,8 @@ union ic_serial_entry {
261
struct iseq_inline_constant_cache_entry {
262
VALUE flags;
263
264
- VALUE value; // v0
265
- VALUE _unused1; // v1
266
- VALUE _unused2; // v2
267
- const rb_cref_t *ic_cref; // v3
+ VALUE value;
+ const rb_cref_t *ic_cref;
268
};
269
STATIC_ASSERT(sizeof_iseq_inline_constant_cache_entry,
270
(offsetof(struct iseq_inline_constant_cache_entry, ic_cref) +
0 commit comments