Changes between Version 21 and Version 22 of CallingConventionsTasklist
- Timestamp:
- 03/06/10 13:33:42 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CallingConventionsTasklist
v21 v22 16 16 - Collapse 'fill_results' into 'fill_params' 17 17 18 * Rename 'Parrot_pcc_fill_returns_from_continuation' to 'Parrot_pcc_fill_params_from_continuation' (or see if there's some way to merge it with another existing parameter filling function)18 * ~~Rename 'Parrot_pcc_fill_returns_from_continuation' to 'Parrot_pcc_fill_params_from_continuation' (or see if there's some way to merge it with another existing parameter filling function)~~ (removed, function longer necessary now that all returns are continuation invokes) 19 19 20 * Remove deprecated (temporary) function 'Parrot_pcc_append_result'20 * ~~Remove deprecated (temporary) function 'Parrot_pcc_append_result'~~ 21 21 22 22 * Modify 'Parrot_pcc_build_sig_object_from_op' ('Parrot_pcc_build_sig_object_returns_from_op'), 'extract_named_arg_from_op', and 'Parrot_pcc_build_sig_object_from_varargs' to use the same function pointers as 'fill_params', where possible.