RJIT: Disable ISeq invokeblock for now
since basictest is broken
This commit is contained in:
parent
7f696b8859
commit
7aeb9e20b9
@ -1497,6 +1497,12 @@ module RubyVM::RJIT
|
|||||||
asm.incr_counter(:invokeblock_none)
|
asm.incr_counter(:invokeblock_none)
|
||||||
CantCompile
|
CantCompile
|
||||||
elsif comptime_handler & 0x3 == 0x1 # VM_BH_ISEQ_BLOCK_P
|
elsif comptime_handler & 0x3 == 0x1 # VM_BH_ISEQ_BLOCK_P
|
||||||
|
# Disabled until basictest is fixed
|
||||||
|
disabled = true
|
||||||
|
if disabled
|
||||||
|
return CantCompile
|
||||||
|
end
|
||||||
|
|
||||||
asm.comment('get local EP')
|
asm.comment('get local EP')
|
||||||
ep_reg = :rax
|
ep_reg = :rax
|
||||||
jit_get_lep(jit, asm, reg: ep_reg)
|
jit_get_lep(jit, asm, reg: ep_reg)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user