commit | c534bd41a028d7dd8d79e932b619433ce9e82d10 | [log] [tgz] |
---|---|---|
author | epertoso <epertoso@chromium.org> | Fri Jun 17 09:26:58 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jun 17 09:28:47 2016 |
tree | 9ecf141602191ca2dcdf613b37c60031c2364a00 | |
parent | 4d4eb611111b0216d702fe7fd2e61d31875998e9 [diff] |
[x64] Small fixes in the assembler and disassembler. Disassembler: added decoding of a few instructions that were previously unsupported, fixed the decoding of pextr. Assembler: pmulld(XMMRegister, Operand) was actually emitting a pmuludq. punpckldq(XMMRegister, XMMRegister) was implemented a second time as punpackldq. BUG= Review-Url: https://codereview.chromium.org/2070863002 Cr-Commit-Position: refs/heads/master@{#37059}
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.