commit | 9960f69ffd82bc9d3a6f121d5a8168b7234eabc7 | [log] [tgz] |
---|---|---|
author | Deepti Gandluri <gdeepti@chromium.org> | Fri Feb 19 04:59:36 2021 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Feb 26 23:55:04 2021 |
tree | b3d532389b42cc35ff1e04e22740b8b9beffce7b | |
parent | 8bc2cfb74925ac444276e6c0281394e5c4e9abb9 [diff] |
Stop inlining the SupportsWasmSimd128 function Change-Id: Id9b69f960887f55d26842ecad57c43367c7ddfcd Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2704951 Reviewed-by: Zhi An Ng <zhin@chromium.org> Commit-Queue: Deepti Gandluri <gdeepti@chromium.org> Cr-Commit-Position: refs/heads/master@{#73083}
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.