Project

General

Profile

« Previous | Next » 

Revision 66a7c929

Added by tenderlovemaking (Aaron Patterson) almost 5 years ago

Don't run the compactor if GC is disabled

GC is required for pinning / marking objects. If the compactor runs
without pinning everything, then it will blow up, so just return early
if the GC is disabled.