For example, we have some rooted memory block as auto rooted = new long[1_000_000];1) conservative-GC will scan it for false pointers every GC-cycle. is it true?
2) precise-GC will NOT scan it at all. is it true?
For example, we have some rooted memory block as auto rooted = new long[1_000_000];1) conservative-GC will scan it for false pointers every GC-cycle. is it true?
2) precise-GC will NOT scan it at all. is it true?