Changes between Version 6 and Version 7 of CallingConventionsTasklist

Show
Ignore:
Timestamp:
10/05/09 12:50:16 (12 years ago)
Author:
whiteknight
Comment:

Add some new items to the task list

Legend:

Unmodified
Added
Removed
Modified
  • CallingConventionsTasklist

    v6 v7  
    33* Convert all calls to 'Parrot_runops_fromc_args*' into calls to 'Parrot_pcc_invoke_sub_from_c_args'. 
    44 
    5 * Consider adding a :lookahead option to the calling conventions. 
     5* Add a :lookahead option for Sub parameters. A lookahead parameter takes a named argument preferrably, takes a positional otherwise. 
    66 
    77* Remove the TODO mark from t/pmc/multidispatch.t test 32 (see RT #59628). 
     
    2727* Stop marshalling and demarshalling between C calling conventions and Parrot Calling Conventions (especially in hot paths, such as MMD and vtables) 
    2828 
     29* Refactor PASM calling code so that set_returns is called before get_results 
     30 
     31* Unify argument passing and returns passing to use a single codepath. 
     32 
    2933'''src/inter_call.c:''' 
    3034