Changes between Version 3 and Version 4 of CallingConventionsOverview

Show
Ignore:
Timestamp:
09/26/09 13:29:42 (12 years ago)
Author:
allison
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CallingConventionsOverview

    v3 v4  
    8989Known issues: 
    9090 
    91 - The Parrot_call_sub and Parrot_call_method variants in src/extend.c don't all have the necessary changes to allow them to work with the new calling conventions (these are temporary implementations for backward compatibility before they're removed at the next deprecation point). 
     91- The Parrot_call_sub_* and Parrot_call_method_* variants in src/extend.c don't all have the necessary changes to allow them to work with the new calling conventions (these are temporary implementations for backward compatibility before they're removed at the next deprecation point). Parrot_call_sub does have the right changes, and the others can be largely copied from it. 
    9292 
    9393- NCI hasn't been fully updated on caller and receiver side to use the new argument passing style.