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 2e7e78c commit 74dac07Copy full SHA for 74dac07
1 file changed
vm_callinfo.h
@@ -297,14 +297,13 @@ struct rb_callcache {
297
} aux_;
298
};
299
300
-#define VM_CALLCACHE_UNMARKABLE FL_FREEZE
301
-#define VM_CALLCACHE_ON_STACK FL_EXIVAR
302
-
303
/* VM_CALLCACHE_IVAR used for IVAR/ATTRSET/STRUCT_AREF/STRUCT_ASET methods */
304
#define VM_CALLCACHE_IVAR IMEMO_FL_USER0
305
#define VM_CALLCACHE_BF IMEMO_FL_USER1
306
#define VM_CALLCACHE_SUPER IMEMO_FL_USER2
307
#define VM_CALLCACHE_REFINEMENT IMEMO_FL_USER3
+#define VM_CALLCACHE_UNMARKABLE IMEMO_FL_USER4
+#define VM_CALLCACHE_ON_STACK IMEMO_FL_USER5
308
309
enum vm_cc_type {
310
cc_type_normal, // chained from ccs
0 commit comments