Eliminate second GC pass for eliminating T_MOVED
T_MOVED is a linked list, so we can just iterate through the T_MOVED objects, clearing them out and adding them to respective free lists.
T_MOVED
Eliminate second GC pass for eliminating T_MOVED
T_MOVEDis a linked list, so we can just iterate through theT_MOVEDobjects, clearing them out and adding them to respective free lists.