Stats seem to show we're spending a lot more GC time than YJIT and a lot of that is due to profile information. So I want to investigate how many profiles contain objects that actually "need" to be GC-handled vs how many don't (the Integer class probably won't go away, etc). And then we can re-resign how some of this works to a) retain less and b) mark less
Stats seem to show we're spending a lot more GC time than YJIT and a lot of that is due to profile information. So I want to investigate how many profiles contain objects that actually "need" to be GC-handled vs how many don't (the Integer class probably won't go away, etc). And then we can re-resign how some of this works to a) retain less and b) mark less