Changes between Version 18 and Version 19 of CallingConventionsTasklist

Show
Ignore:
Timestamp:
02/02/10 20:32:07 (12 years ago)
Author:
allison
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CallingConventionsTasklist

    v18 v19  
    33== Args/Returns Unification Refactor == 
    44 
    5 (These refactors are interdependent and will need to be done together.) 
     5Because 'get_results' and 'set_returns' are currently implemented to be used in revers order, passing return arguments requires taking a pointer to the location where return arguments will be passed *to*, so the pointers can be set when the subroutine actually returns. 
     6 
     7(These refactors are interdependent.) 
    68 
    79* Refactor PASM calling code so that set_returns is called before get_results