Commit
7 hours ago
8349906 Hi all, please review this change that tries to improve the survivor rate initial values for newly expanded regions. Currently G1 uses `InitialSurvivorRate` as survivor rate for such regions, but it is typically a pretty bad choice because * it's rather conservative, estimating that 40% of region contents will survive * such a conservative value is kind of bad particularly in cases for regions that are expanded late in the mutator phase because they are not frequently updated (and with our running weights changes get propagated over a very long time), i.e. this 40% sticks for a long time * it is a random value, i.e. not particularly specific to the application. The suggestion is to use the survivor rate for the last region we know the survivor rate already. Testing: gha, tier1-7 (with other changes) Hth, Thomas
Author
Parents
Loading