Changes between Version 12 and Version 13 of CallingConventionsOverview
- Timestamp:
- 10/04/09 00:39:37 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CallingConventionsOverview
v12 v13 94 94 95 95 96 Known issues: 96 == Known issues == 97 97 98 98 - ~~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.~~