Changes between Version 1 and Version 2 of FreezeThawTasklist
- Timestamp:
- 01/29/10 21:45:36 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FreezeThawTasklist
v1 v2 5 5 * satisfy the interface visit_info provides PMCs being frozen/thawed. 6 6 * provide an interface (preferably vtable) for src/pmc_freeze.c to use. 7 * Convert src/pmc_freeze.c into a driver around these PMCs. All encoding/decoding logic should be in the PMCs 7 * Convert src/pmc_freeze.c into a driver around these PMCs. All encoding/decoding logic should be in the PMCs. If possible make this interface implementable in PIR, to make explanations easier to end users and allow for creating clones of the driver with slight modifications from PIR. 8 8 * Create alternate reader/writer/visitor PMCs to eg: provide a simple text representation (which might allow PASM to contain all information in PBC); provide a size accumulator (TT #362) 9 9