commit | 9e3e2ee2dd033965606213ad6f721425cb1f02a6 | [log] [tgz] |
---|---|---|
author | mythria <mythria@chromium.org> | Mon Aug 08 01:15:22 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Aug 08 01:16:40 2016 |
tree | 1caecb57e28f128bedbaa3c216a33b9199a1c448 | |
parent | 5e685567ea58d94b033ec67e02bdafa6e45d4544 [diff] |
[Interpreter] Assign feedback slots for binary operations and use them in ignition. Assign feedback slots in the type feedback vector for binary operations. Update bytecode-generator to use these slots and add them as an operand to binary operations. BUG=v8:4280 LOG=N Review-Url: https://codereview.chromium.org/2209633002 Cr-Commit-Position: refs/heads/master@{#38408}
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.