We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b9ea4 commit 2a29afeCopy full SHA for 2a29afe
zjit/src/hir.rs
@@ -5399,8 +5399,7 @@ fn unspecializable_c_call_type(flags: u32) -> bool {
5399
fn unspecializable_call_type(flags: u32) -> bool {
5400
((flags & VM_CALL_ARGS_SPLAT) != 0) ||
5401
((flags & VM_CALL_KW_SPLAT) != 0) ||
5402
- ((flags & VM_CALL_ARGS_BLOCKARG) != 0) ||
5403
- ((flags & VM_CALL_FORWARDING) != 0)
+ ((flags & VM_CALL_ARGS_BLOCKARG) != 0)
5404
}
5405
5406
/// We have IseqPayload, which keeps track of HIR Types in the interpreter, but this is not useful
0 commit comments