Changes between Version 3 and Version 4 of ArrayTasklist
- Timestamp:
- 10/06/09 20:06:17 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ArrayTasklist
v3 v4 20 20 * Array types should grow by powers of two (or multiples of system page size for large arrays) for improved allocation performance 21 21 * Deprecate and remove Array PMC type. 22 23 = Related Tickets = 24 25 * [ticket:1089]