Changes between Version 1 and Version 2 of PlobsingTaskList
- Timestamp:
- 05/30/10 02:14:01 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PlobsingTaskList
v1 v2 15 15 * eliminate wrapping of PMC constants in strings (too much copying on both read and write, wastes space storing encoding/charset/etc, which mean nothing for these) 16 16 * make subs first class entities. this would match the rest of Parrot more closely and solve a lot of issues. 17 18 == PackFile == 19 * Make multiple packfile segments work. Will likely fix TT #1142 among other things.