commit | 7fbd117ed387abb79102d9773b9bdebb2a1d5c9d | [log] [tgz] |
---|---|---|
author | Igor Sheludko <ishell@chromium.org> | Wed May 10 09:57:33 2023 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 10 11:03:53 2023 |
tree | 3476e10975698b64866e8b13743299bd1635fb09 | |
parent | 26b106e64561ef0f9132cf47ac595642952ce2a3 [diff] |
Revert "[heap] Deoptimize code marked for deoptimization" This reverts commit aecf698612d52bce3df0edae0133706a03a19b58. Reason for revert: The existing machinery was fine, the issue is elsewhere. Original change's description: > [heap] Deoptimize code marked for deoptimization > > Bug: chromium:1442603 > Change-Id: I1ff513199b9f21e1fed40293835c47bd2ff0081d > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4516036 > Commit-Queue: Igor Sheludko <ishell@chromium.org> > Reviewed-by: Michael Lippautz <mlippautz@chromium.org> > Cr-Commit-Position: refs/heads/main@{#87525} Bug: chromium:1442603 Change-Id: I92d2183b359a5b7902bf6dc67e4329ecc6646cc9 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4518768 Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Igor Sheludko <ishell@chromium.org> Cr-Commit-Position: refs/heads/main@{#87562}
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.