Skip to content

Commit 64d0817

Browse files
committed
Remove markable guard before pushing on ccs list
CCS list doesn't mark CI objects, so it doesn't matter whether or not they are markable before pushing.
1 parent ea7975c commit 64d0817

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vm_insnhelper.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2006,9 +2006,6 @@ vm_ccs_push(VALUE klass, struct rb_class_cc_entries *ccs, const struct rb_callin
20062006
if (! vm_cc_markable(cc)) {
20072007
return;
20082008
}
2009-
else if (! vm_ci_markable(ci)) {
2010-
return;
2011-
}
20122009

20132010
if (UNLIKELY(ccs->len == ccs->capa)) {
20142011
if (ccs->capa == 0) {

0 commit comments

Comments
 (0)