Commit 571f2e46 authored by Omer Katz's avatar Omer Katz Committed by V8 LUCI CQ

heap: Enable lazy commits for Fuchsia

Bug: v8:12050
Change-Id: I599338eba458e177327870699b6ea8a423e144c2
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3211577
Commit-Queue: Wez <wez@chromium.org>
Auto-Submit: Omer Katz <omerkatz@chromium.org>
Reviewed-by: 's avatarWez <wez@chromium.org>
Cr-Commit-Position: refs/heads/main@{#77530}
parent 9568732a
......@@ -156,10 +156,7 @@ bool OS::DecommitPages(void* address, size_t size) {
}
// static
bool OS::HasLazyCommits() {
// TODO(scottmg): Port, https://crbug.com/731217.
return false;
}
bool OS::HasLazyCommits() { return true; }
std::vector<OS::SharedLibraryAddress> OS::GetSharedLibraryAddresses() {
UNREACHABLE(); // TODO(scottmg): Port, https://crbug.com/731217.
......
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