Changes between Version 4 and Version 5 of CallingConventionsTasklist

Show
Ignore:
Timestamp:
02/13/09 21:01:27 (13 years ago)
Author:
whiteknight
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CallingConventionsTasklist

    v4 v5  
    77* Remove the TODO mark from t/pmc/multidispatch.t test 32 (see RT #59628). 
    88 
    9 * Merge inter_call.c and inter_run.c, or completely rename and resort the existing functions. Possibly src/calling.c and src/opcode_runloop.c or src/calling/pcc.c and src/calling/opcodes.c? 
     9* Merge inter_call.c and inter_run.c, or completely rename and resort the existing functions. Possibly src/calling.c and src/opcode_runloop.c or src/calling/pcc.c and src/calling/opcodes.c? (Done in r36595) 
    1010 
    1111* There's a huge hodge-podge of functions that do basically the same thing. Trim these down to a logical set that handle the basic cases. (calling from PIR, calling from C, calling from a CallSignature PMC).