Open
Description
Idea that was prompted by dotnet/aspnetcore#7724.
If we fail to track a GC temp, we incur an extra prolog cost to zero the temp. Seems like we should include this zeroing as an explicit extra weighted cost factor in the sort functionWtdRefCntCmp
. Currently GCness is only used as a tiebreaker if weighted costs match.
category:cq
theme:basic-cq
skill-level:beginner
cost:medium