We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caaf867 commit 594cf63Copy full SHA for 594cf63
src/boot/me/trans.ml
@@ -4532,9 +4532,6 @@ let trans_visitor
4532
get_element_ptr all_callee_args_cell Abi.calltup_elt_ty_params
4533
in
4534
let callee_args_cell =
4535
- (* FIXME (issue #81): Once we've actually got proper ty_params,
4536
- * we should GEP dynamically here to get the args, since they may
4537
- * be aligned dynamically if they have parameterized type. *)
4538
get_element_ptr_dyn closure_ty_params_cell
4539
all_callee_args_cell Abi.calltup_elt_args
4540
0 commit comments