Commit a8d8620f authored by mlippautz's avatar mlippautz Committed by Commit bot
parent aae17eb3
......@@ -250,10 +250,7 @@ bool VirtualMemory::ReleaseRegion(void* address, size_t size) {
return munmap(address, size) == 0;
}
bool VirtualMemory::HasLazyCommits() {
return false;
}
bool VirtualMemory::HasLazyCommits() { return true; }
} // namespace base
} // namespace v8
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