Changes between Version 6 and Version 7 of CallingConventionsTasklist
- Timestamp:
- 10/05/09 12:50:16 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CallingConventionsTasklist
v6 v7 3 3 * Convert all calls to 'Parrot_runops_fromc_args*' into calls to 'Parrot_pcc_invoke_sub_from_c_args'. 4 4 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. 6 6 7 7 * Remove the TODO mark from t/pmc/multidispatch.t test 32 (see RT #59628). … … 27 27 * Stop marshalling and demarshalling between C calling conventions and Parrot Calling Conventions (especially in hot paths, such as MMD and vtables) 28 28 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 29 33 '''src/inter_call.c:''' 30 34