commit | 65b0b2d7bd47366b958fe229f81c48cc0eed272e | [log] [tgz] |
---|---|---|
author | bjaideep <bjaideep@ca.ibm.com> | Fri Oct 07 16:41:04 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Oct 07 16:41:22 2016 |
tree | b7fc351743f40eaae074ccb21606a4dca22efc7a | |
parent | b072d014d82a4374169aaa30509503ad585bcd9d [diff] |
PPC/s390: Reland "[turbofan] Discard the shared code entry in the optimized code map." Port ec132e05ec197e77b9ada8040eb5957cf4a753f5 Original commit message: (GcStress failure was unrelated.) At one time, we hoped to generate the same code for different native contexts. But in truth, much performance comes from optimizing on the native context. Now we abandon this pathway. R=mvstanton@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com, mbrandy@us.ibm.com BUG= LOG=N Review-Url: https://codereview.chromium.org/2401043002 Cr-Commit-Position: refs/heads/master@{#40092}
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.