We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2949265 commit 169a85bCopy full SHA for 169a85b
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: caaf8679d8d22d75511fb0fc2adef585990ef397
+refs/heads/master: 594cf632147bd8eb21ae55e9e377412ef974397a
trunk/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