We do not age dependent handles like all other kinds of handles. As a result dependent handles stay in Gen 0 and get visited on every GC. That is unnecessary work when dependent handles refer to tenured objects, which is a common case.
Related to PR: #78746
We do not age dependent handles like all other kinds of handles. As a result dependent handles stay in Gen 0 and get visited on every GC. That is unnecessary work when dependent handles refer to tenured objects, which is a common case.
Related to PR: #78746