Changes between Version 34 and Version 35 of GCTasklist
- Timestamp:
- 12/01/10 21:08:29 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GCTasklist
v34 v35 4 4 5 5 - Fix memory leaks (See #1465, #791, #748, #721, #706) 6 7 - Consider deleting src/gc/res_lea.c (doesn't work anyway) (See #655 and #490)8 9 - Kill non-working GC cores (See #655)10 11 - Rearrange the GC interface (See #670)12 6 13 7 - Compacting/copying GC (See #616, CopyingGarbageCollector) … … 25 19 - Implement a sweep-free GC (See #1522, [wiki:GCSweepFreeImplementation GC SweepFree Implementation]) 26 20 27 - Realtime garbage collector for RT MS (See #1352)21 - Realtime garbage collector for RTEMS (See #1352) 28 22 29 23 - Deprecate mem_internal_*alloc functions (See #1402) … … 52 46 53 47 - compact_pool is bad for cache thrashing, it copies all pools even if they're complete full or almost full. bacek has a branch for it (compact_pool_revamp, slower than trunk) 54 55 48 - Apply patch to remove _synchronize (See #978) 49 - Consider deleting src/gc/res_lea.c (doesn't work anyway) (See #655 and #490) 50 - Kill non-working GC cores (See #655) 51 - Rearrange the GC interface (See #670)