commit | 09e5e02da70c5bffd939777519317e7e2945eb6b | [log] [tgz] |
---|---|---|
author | balazs.kilvady <balazs.kilvady@imgtec.com> | Mon Jan 12 14:28:57 2015 |
committer | Commit bot <commit-bot@chromium.org> | Mon Jan 12 14:29:06 2015 |
tree | c057da9146912608e092b301cc5f956f7ba90bdb | |
parent | 76ce4a9c2f7dce8054f8f36263de80319f5e9509 [diff] |
MIPS64: Fix '[turbofan] Implement OSR for outer loops.' Add missing include of 159b14172f75ddb89e5daf2cceb9078f1f294916. BUG= Review URL: https://codereview.chromium.org/845983003 Cr-Commit-Position: refs/heads/master@{#26025}
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://code.google.com/p/v8/
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/*