mark-compact algorithm
garbage collection algorithm based on the mark-sweep algorithm and Cheney's copying algorithm: reachable objects are marked, then marked objects are relocated toward the beginning of the heap
garbage collection algorithm based on the mark-sweep algorithm and Cheney's copying algorithm: reachable objects are marked, then marked objects are relocated toward the beginning of the heap