Commit 2c6508e1 authored by John Chen's avatar John Chen Committed by Commit Bot

Revert "heap: Enable unified GC scheduling"

This reverts commit af29dafa.

Reason for revert: Perf test failures (https://crbug.com/978932)

Original change's description:
> heap: Enable unified GC scheduling
> 
> This flips the default to enable unified GC scheduling where Oilpan's
> numbers are reported to V8 and contribute to scheduling unified heap
> GCs. No more Oilpan follow up or stand-alone GCs are scheduled unless
> absolutely needed (e.g. worker teardown).
> 
> This change may move around GCs. In the general case, there should be
> less overall (Oilpan + V8) GC traffic at the expense of giving more
> memory in scenarios where performance is needed.  Scenarios that exhibit
> memory pressure or can use idleness should preserve their memory
> characteristics.
> 
> Bug: 948807
> Change-Id: Iba0ffcf13830c4cfe3f8d5657098ea12bfd1ab04
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1675425
> Reviewed-by: Kentaro Hara <haraken@chromium.org>
> Reviewed-by: Hannes Payer <hpayer@chromium.org>
> Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#672409}

TBR=haraken@chromium.org,hpayer@chromium.org,mlippautz@chromium.org

Change-Id: I6f4d473c05211bbfc6389fa83d78c38f0666f15f
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 978932, 948807
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1679244Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: John Chen <johnchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#672644}
parent c52e6801
...@@ -699,7 +699,6 @@ ...@@ -699,7 +699,6 @@
}, },
{ {
name: "HeapUnifiedGCScheduling", name: "HeapUnifiedGCScheduling",
status: "stable",
}, },
{ {
name: "HrefTranslate", name: "HrefTranslate",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment