Changes between Version 1 and Version 2 of PMCUnionDeprecationTasklist
- Timestamp:
- 01/14/09 07:10:47 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PMCUnionDeprecationTasklist
v1 v2 3 3 4 4 The PMC Union is being deprecated, which means that any instances of PMC_int_val, etc need to disappear. This is a big job with several gotchas. 5 6 == What Needs to Happen == 7 8 Allison [http://rt.perl.org/rt3/Ticket/Display.html?id=48014#txn-438628 explained in depth] how to convert code. 9 10 Many uses of PMC_x_val are outside of the core PMC code. These should be converted to VTABLE functions wherever possible, since VTABLE functions make no assumptions about PMC internals. 5 11 6 12
