Changes between Version 23 and Version 24 of CallingConventionsTasklist

Show
Ignore:
Timestamp:
03/09/10 00:27:42 (12 years ago)
Author:
allison
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CallingConventionsTasklist

    v23 v24  
    1212 - ~~Collapse 'Parrot_pcc_build_sig_object_returns_from_op' into 'Parrot_pcc_build_sig_object_from_op' (and call it from 'set_returns' instead of 'get_results')~~ 
    1313 - Collapse 'assign_default_result_value' into 'assign_default_param_value'. 
    14  - Collapse 'Parrot_pcc_fill_returns_from_op' into 'Parrot_pcc_fill_params_from_op' 
    15  - Collapse 'Parrot_pcc_fill_returns_from_c_args' into 'Parrot_pcc_fill_params_from_c_args' 
    16  - Collapse 'fill_results' into 'fill_params' 
     14 - ~~Collapse 'Parrot_pcc_fill_returns_from_op' into 'Parrot_pcc_fill_params_from_op'~~ 
     15 - ~~Collapse 'Parrot_pcc_fill_returns_from_c_args' into 'Parrot_pcc_fill_params_from_c_args'~~ 
     16 - ~~Collapse 'fill_results' into 'fill_params'~~ 
    1717 
    1818* ~~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)