Changes between Version 19 and Version 20 of GCTasklist

Show
Ignore:
Timestamp:
05/21/09 01:42:08 (13 years ago)
Author:
whiteknight
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GCTasklist

    v19 v20  
    66 
    77 - Rename files in src/gc for sanity, suggested names: 
    8   * memory.c -> alloc_memory.c or mem_allocate.c 
    9   * register.c -> alloc_registers.c or reg_allocate.c 
    10   * resources.c -> alloc_resources.c or resource_allocate.c 
     8  * memory.c -> alloc_memory.c or mem_allocate.c (r39002) 
     9  * register.c -> alloc_registers.c or reg_allocate.c (r39003) 
     10  * resources.c -> alloc_resources.c or resource_allocate.c (r39004) 
    1111 
    1212 - Collapse src/gc/smallobject.c into src/gc/api.c.