• Kevin Modzelewski's avatar
    Go back to the free-classes-after-instances approach · 0aa5dea8
    Kevin Modzelewski authored
    I think this is actually pretty decent, as long as we don't
    depend on the class's gc pointers being dereferenceable.
    We could go back to having the finalization-ordering algorithm
    handle this part, but it gets tricky when the class can refer
    back to instances of itself (the situation that prompted this).
    0aa5dea8
heap.cpp 30.9 KB