Changes between Version 13 and Version 14 of GCMassacre
- Timestamp:
- 06/02/10 11:05:26 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GCMassacre
v13 v14 32 32 2. Implement proper string allocating/compacting. Probably by extracting gc_ms stuff into {{{StringAllocator}}} class. 33 33 3. Implement TMS.get_info method. 34 4. Move src/gc/list.c guts into macros inside src/gc/list.h. They are always in hot-path and we can easily win some performance there. 34 35 35 36 ----