Project

General

Profile

« Previous | Next » 

Revision 404a1c03

Added by eightbitraptor (Matt V-H) almost 2 years ago

Move heap sorting into the main GC loop

Previously it was only being sorted during the verify compaction
references stage - so would only happen during testing.

This commit allows us to sort the heap prior to each explicit GC.compact
run