Changes between Version 12 and Version 13 of CallingConventionsOverview

Show
Ignore:
Timestamp:
10/04/09 00:39:37 (12 years ago)
Author:
jkeenan
Comment:

Turn text into subhead

Legend:

Unmodified
Added
Removed
Modified
  • CallingConventionsOverview

    v12 v13  
    9494 
    9595 
    96 Known issues: 
     96== Known issues == 
    9797 
    9898- ~~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.~~