Chromium Code Reviews
DescriptionOilpan: Oilpan's GC should not be triggered without having allocated any object
This is a fix for a regression caused by r194282.
With the current threshold, Oilpan's GC can be triggered without having allocated
any object on Oilpan's heap. That is wrong. This CL changes the threshold
so that Oilpan's GC is not triggered until Oilpan has allocated a certain amount
of objects.
BUG=474470
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194320
Patch Set 1 #
Messages
Total messages: 8 (2 generated)
|
|||||||||||||||||||