Changes between Version 16 and Version 17 of CallingConventionsOverview
- Timestamp:
- 10/04/09 09:33:31 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CallingConventionsOverview
v16 v17 210 210 add all remaining positional args to slurpy array pmc 211 211 end loop 212 213 Insert positional into destination context parameter slot 212 213 if parameter flag is named 214 insert positional arg into next param slot 215 mark name as used 216 217 if parameter flag is lookahead 218 if have named arg 219 insert named arg into next param slot 220 mark name as used 221 fetch next param flag for positional 222 else 223 insert positional arg into next param slot 224 225 Insert positional arg into destination parameter slot 214 226 215 227 if current parameter slot is optional