Changes between Version 15 and Version 16 of CallingConventionsTasklist

Show
Ignore:
Timestamp:
10/25/09 15:47:42 (12 years ago)
Author:
allison
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CallingConventionsTasklist

    v15 v16  
    11== PCC Rewiring Refactors (Current) == 
    22 
    3 * Convert all calls to 'Parrot_runops_fromc_args*' into calls to 'Parrot_pcc_invoke_sub_from_c_args'. 
     3* ~~Convert all calls to 'Parrot_runops_fromc_args*' into calls to 'Parrot_pcc_invoke_sub_from_c_args'.~~ 
    44 
    55* There's a huge hodge-podge of functions that do basically the same thing. Trim these down to a logical set that handle the basic cases. (calling from PIR, calling from C, calling from a CallSignature PMC). 
     
    1313* Enable dispatching by CallSignature PMC everywhere. 
    1414 
    15 * Add adverb modifier "i" to signature string for an invocant. 
     15* ~~Add adverb modifier "i" to signature string for an invocant.~~ 
    1616 
    1717* Add lots of documentation about signature strings, CallSignature, dispatch, etc 
    1818 
    19 * Change the default vtable function generator for Object PMC to generate 'Parrot_pcc_invoke_sub_from_c_args' calls instead of 'Parrot_runops_fromc_args*' calls. 
     19* ~~Change the default vtable function generator for Object PMC to generate 'Parrot_pcc_invoke_sub_from_c_args' calls instead of 'Parrot_runops_fromc_args*' calls.~~ 
    2020 
    2121== CallSignature PMC Refactor ==