| commit | cce56a3f470d4f8f4c241208b166dea5e09d0620 | [log] [tgz] |
|---|---|---|
| author | ishell <ishell@chromium.org> | Wed Sep 14 09:28:04 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Sep 14 09:28:56 2016 |
| tree | 89af7a23c470d031a914bb477b411ce1872e8196 | |
| parent | d7ee8124e8d1d9d742039d59a001d055eaaf8066 [diff] |
[stubs] Port StoreFastElementsStub to TurboFan. This CL adds CSA::Retain() operation that ensures that the value is kept alive even during GC. BUG=v8:5269 Review-Url: https://codereview.chromium.org/2330063002 Cr-Commit-Position: refs/heads/master@{#39407}
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://github.com/v8/v8/wiki
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 on the V8 wiki.