Changes between Version 21 and Version 22 of CallingConventionsOverview

Show
Ignore:
Timestamp:
10/06/09 22:45:56 (12 years ago)
Author:
dukeleto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CallingConventionsOverview

    v21 v22  
    132132- Make sure the API and documentation consistently uses "args" and "returns" to mean "the things passed into the call or return" and "params" and "results" to mean "the things extracted from the call or return". 
    133133 
     134- Currently, test_more.pir cannot be used on pcc_reapply. Attempting to use test_more.pir results in  
     135{{{ 
     136FixedIntegerArray: index out of bounds! 
     137current instr.: 'parrot;Test;Builder;Test;_initialize' pc 44 (runtime/parrot/library/Test/Builder/Test.pir:46) 
     138called from Sub 'parrot;Test;Builder;_initialize' pc 0 (runtime/parrot/library/Test/Builder.pir:51) 
     139... call repeated 1 times 
     140}}} 
     141 
    134142== Argument Processing Algorithms == 
    135143