DescriptionOilpan: A precise GC should be prioritized than an idle GC
For now, this CL doesn't change any behavior since there is no opportunity
where precise GCs and idle GCs are scheduled at the same time.
(If ENABLE(IDLE_GC) is on, precise GCs are disabled. Otherwise, idle GCs are disabled.)
However, we're planning to mix precise GCs and idle GCs in the near future.
At that point, a precise GC needs to be more prioritized than an idle GC.
Specifically, this CL makes a change so that a precise GC is scheduled
when an idle GC is scheduled.
BUG=474470
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200706
Patch Set 1 #
Total comments: 3
Messages
Total messages: 12 (3 generated)
|