commit | 35addcaaac5e01dc98554d205363f874db5b675f | [log] [tgz] |
---|---|---|
author | Dan Elphick <delphick@chromium.org> | Fri Nov 08 16:17:04 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Nov 08 17:07:33 2019 |
tree | 47c30d7c05e41be0dc785d373b0424e55f07951d | |
parent | 66a9dbe87d29f93cf91c33d7205e031754406f64 [diff] |
[heap] Shrink RO_SPACE pages for Immortal immovable objects Shrink RO_SPACE since it contains Immortal immovable objects and is otherwise reporting a virtual size of 256KB when only half of that will ever be used. Bug: v8:9230, v8:7464 Change-Id: I68c17bb6c4ff12170774bad6a07dbb8b9d49cce1 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1906207 Commit-Queue: Dan Elphick <delphick@chromium.org> Reviewed-by: Ulan Degenbaev <ulan@chromium.org> Cr-Commit-Position: refs/heads/master@{#64865}
V8 is Google's open source JavaScript engine.
V8 implements ECMAScript as specified in ECMA-262.
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
V8 can run standalone, or can be embedded into any C++ application.
V8 Project page: https://v8.dev/docs
Checkout depot tools, and run
fetch v8
This will checkout V8 into the directory v8
and fetch all of its dependencies. To stay up to date, run
git pull origin gclient sync
For fetching all branches, add the following into your remote configuration in .git/config
:
fetch = +refs/branch-heads/*:refs/remotes/branch-heads/* fetch = +refs/tags/*:refs/tags/*
Please follow the instructions mentioned at v8.dev/docs/contribute.