Changes between Version 21 and Version 22 of CallingConventionsTasklist

Show
Ignore:
Timestamp:
03/06/10 13:33:42 (12 years ago)
Author:
allison
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CallingConventionsTasklist

    v21 v22  
    1616 - Collapse 'fill_results' into 'fill_params' 
    1717 
    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) 
    1919 
    20 * Remove deprecated (temporary) function 'Parrot_pcc_append_result' 
     20* ~~Remove deprecated (temporary) function 'Parrot_pcc_append_result'~~ 
    2121 
    2222* 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.