Changes between Version 9 and Version 10 of CallingConventionsTasklist

Show
Ignore:
Timestamp:
10/05/09 16:17:03 (12 years ago)
Author:
whiteknight
Comment:

+info about :call_sig and :invocant

Legend:

Unmodified
Added
Removed
Modified
  • CallingConventionsTasklist

    v9 v10  
    2121== API Cleanups == 
    2222 
     23* Add :call_sig parameter flag type. Can be used to get access to the raw CallSignature object. 
     24 
    2325* Change 'signature' in ‘Parrot_pcc_invoke_from_sig_object’ to a Parrot STRING, and change all relevant functions to accept a Parrot STRING instead of a C string. 
    2426 
     
    3234 
    3335* Allow Sub, Continuation, etc. to be properly subclassed from PIR 
     36 
     37* Add an :invocant flag so that we can name the method invocant something besides "self" 
    3438 
    3539== Lookahead Refactor ==