mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
YJIT: Stop asserting rb_objspace_markable_object_p()
Because of the way things are sequenced, it doesn't work properly during auto-compaction.
This commit is contained in:
parent
73eeb8643b
commit
83c03cc73a
1 changed files with 0 additions and 1 deletions
1
yjit.c
1
yjit.c
|
@ -1047,7 +1047,6 @@ rb_yjit_multi_ractor_p(void)
|
|||
void
|
||||
rb_assert_iseq_handle(VALUE handle)
|
||||
{
|
||||
RUBY_ASSERT_ALWAYS(rb_objspace_markable_object_p(handle));
|
||||
RUBY_ASSERT_ALWAYS(IMEMO_TYPE_P(handle, imemo_iseq));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue