Changes between Initial Version and Version 1 of Ticket #178
- Timestamp:
- 01/15/09 22:54:40 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #178
- Property type changed from bug to todo
- Property summary changed from uses of PMC_struct_val in src/gc/mark_sweep.c to [TODO] remove PMC_struct_val from src/gc/mark_sweep.c
-
Ticket #178 – description
initial v1 1 1 src/gc/mark_sweep.c has two (apparently complementary) uses of PMC_struct_val. Since the PMC UnionVal is being deprecated, the information stored there needs to be moved elsewhere. 2 3 This task is distinct from the rest of the PMC UnionVal deprecation because mark_sweep.c uses the union for PMC-agnostic information. For that reason, these instances of PMC_struct_val can't be replaced with PMC-specific GETATTR/SETATTR macros, requiring another solution.
