commit | 07e13831bb68556e1bfb49724bec1fc71696ac6a | [log] [tgz] |
---|---|---|
author | Dominik Inführ <[email protected]> | Thu Jul 06 12:04:25 2023 |
committer | V8 LUCI CQ <[email protected]> | Thu Jul 06 13:00:58 2023 |
tree | 194ffc18ae5efc8b80c34a4aaad9a190154e087d | |
parent | 405d08d81c718337d29d1c9638f3e1c0c634537a [diff] |
[heap] Remove bitmap() method from MarkingState Users instead invoke MemoryChunk::marking_bitmap() directly. Bug: v8:14135 Change-Id: I8ffd11f18c8c608681ef1aa1b516e17782278014 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4660409 Reviewed-by: Michael Lippautz <[email protected]> Commit-Queue: Dominik Inführ <[email protected]> Cr-Commit-Position: refs/heads/main@{#88715}
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.