| commit | 8c5bbf8540927b85e6e98f440efe41925035bb65 | [log] [tgz] |
|---|---|---|
| author | Jakob Kummerow <jkummerow@chromium.org> | Thu Jan 11 11:53:38 2024 |
| committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 11 12:35:13 2024 |
| tree | 7ffde1f572bf10625fe2267e721d805deda5c0d9 | |
| parent | fe905733c25476147ff9bb3535cb04a1ee62af9b [diff] |
Fix --heap-snapshot-on-oom for "ineffective mark-compact" There was one possible OOM crash reason that wasn't hooked up with the snapshotting feature. Change-Id: I9d4cae993a443fc562d25f9571f7e017bdd40d44 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5185348 Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Auto-Submit: Jakob Kummerow <jkummerow@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Jakob Kummerow <jkummerow@chromium.org> Cr-Commit-Position: refs/heads/main@{#91780}
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.