Skip to content

Commit 8ad93b1

Browse files
committedNov 4, 2023
WIP
1 parent 61703c6 commit 8ad93b1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎compile.c

-4
Original file line numberDiff line numberDiff line change
@@ -3933,10 +3933,6 @@ iseq_specialized_instruction(rb_iseq_t *iseq, INSN *iobj)
39333933
switch (vm_ci_mid(ci)) {
39343934
case idNew:
39353935
iobj->insn_id = BIN(opt_new);
3936-
fprintf(stderr, "operand_size = %d\n", iobj->operand_size);
3937-
// TODO: add a second call_data for `#initialize`
3938-
//
3939-
// const struct rb_callinfo * new_ci = (struct rb_callinfo *)iobj->operands[0];
39403936
iobj->operands[1] = (VALUE)new_callinfo(iseq, idInitialize, vm_ci_argc(ci), vm_ci_flag(ci) | VM_CALL_FCALL, vm_ci_kwarg(ci), FALSE);
39413937
break;
39423938
default:

0 commit comments

Comments
 (0)
Failed to load comments.