commit | fea44698a98febd6d9e24863c5ef49d55b37121e | [log] [tgz] |
---|---|---|
author | Thomas Lukaszewicz <tluk@chromium.org> | Wed Feb 05 05:45:47 2025 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 06 21:31:34 2025 |
tree | 86bef1b50872a210100de940436f43f095c5824f | |
parent | 42e6b2f51a5fe7171d60fa48151c8c48cfa6904b [diff] |
[code-cache] Log resources loaded with static code caches Add another entry to the NoCacheReason enum, reporting that the chromium ScriptResource was loaded with a static code cache, that does not need to be regenerated or updated. Bug: chromium:378504631 Change-Id: I303dba6fcdcb14afbf446bfc8eae1fc0ce5037e6 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6229248 Reviewed-by: Leszek Swirski <leszeks@chromium.org> Reviewed-by: Shu-yu Guo <syg@chromium.org> Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Cr-Commit-Position: refs/heads/main@{#98568}
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.