Changes between Version 2 and Version 3 of Ticket #266
- Timestamp:
- 02/03/09 13:20:36 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #266 – description
v2 v3 9 9 - macrofy TRACE_PACKFILE printing (debug levels 1, 2 and 3) 10 10 11 Rationale: Debugging the pbc reader requires rebuilding libparrot and pdump, but this affects parrot also. parrot should not debug-print pbc transformers while testing. 11 Rationale: Debugging the pbc reader requires rebuilding libparrot and pdump, but this affects parrot also. parrot should not debug-print pbc transformers while testing. 64-bit pbc unpacking has still broken alignments, 64bit BE and 12-byte floats are untested, so there's still a way to go with this debugging stuff. 12 12 13 13 Also included is the TT #258 TODO patch "pcb_disassemble options -[bho?], enable roundtrips". I can apply them seperately.