Other |
---|
tbdUnresolved |
Relates :
|
Currently, when a card is found dirty after all during refinement, g1 continues walking through the objects, with a flag set that it has already found a reference to skip further evaluation. This is due to the limited oop_iterate() API that does not allow iteration abort/completion early. There may be more closures that workaround this via a flag.