commit | 7086e988e7e1a5ad96802db1bffbab898a64f816 | [log] [tgz] |
---|---|---|
author | Jakob Linke <[email protected]> | Thu Sep 01 07:27:57 2022 |
committer | V8 LUCI CQ <[email protected]> | Thu Sep 01 08:03:22 2022 |
tree | b79b0dd86416f44ae856db78cb84403882fb8503 | |
parent | 3fcf167ae10ff835a21053e1dd20672af2e0e707 [diff] |
[maglev] Fix osr-from-ml-to-tf flake again We've previously reset profiler ticks on ML finalization to avoid unexpected early tierups to TF. This CL additionally avoid early TF tierup through the `small function` reason by disabling small-function optimization. Bug: v8:7700 Change-Id: I57ba294af0d1d189f76c2cb1ffc31af0837b1e42 Fixed: v8:13242 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3865550 Auto-Submit: Jakob Linke <[email protected]> Reviewed-by: Victor Gomes <[email protected]> Commit-Queue: Victor Gomes <[email protected]> Commit-Queue: Jakob Linke <[email protected]> Cr-Commit-Position: refs/heads/main@{#82886}
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.