Changes between Version 34 and Version 35 of GCTasklist

Show
Ignore:
Timestamp:
12/01/10 21:08:29 (11 years ago)
Author:
whiteknight
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GCTasklist

    v34 v35  
    44 
    55 - 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) 
    126 
    137 - Compacting/copying GC (See #616, CopyingGarbageCollector) 
     
    2519 - Implement a sweep-free GC (See #1522, [wiki:GCSweepFreeImplementation GC SweepFree Implementation]) 
    2620 
    27  - Realtime garbage collector for RTMS (See #1352) 
     21 - Realtime garbage collector for RTEMS (See #1352) 
    2822 
    2923 - Deprecate mem_internal_*alloc functions (See #1402) 
     
    5246 
    5347 - 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  
    5548 - 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)