| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Reland "[heap] Extract limit computation out of Heap"
This is a reland of commit 5f727f8c89cd515625e68fdba701ed11c2846fa2
Reason for revert: GC Fails on Linux64 - https://ci.chromium.org/ui/p/v8/builders/ci/V8%20Linux64/64977/overview
Fix: avoid using uninitialized gc_tracer in SetAllocationLimit(), use
tracing_track directly instead.
Original change's description:
> [heap] Extract limit computation out of Heap
>
> This CL is a pure refactor, extracting logic and members out of Heap,
> into a new HeapLimits class within heap-controller.
> I tried to avoid circular dependencies as much as possible,
> making Heap depend on HeapLimit, but not the other way around.
>
> Change-Id: Ic53e148032e209c46b30f1948a0bdef8babf6462
> Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7270565
> Commit-Queue: Etienne Pierre-Doray <etie...@chromium.org>
> Reviewed-by: Dominik Inführ <dinf...@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#104801}
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |