commit | 489d751efd8f631d4149b95ad7ff71a24d39e0c9 | [log] [tgz] |
---|---|---|
author | mstarzinger <mstarzinger@chromium.org> | Tue Apr 19 07:59:37 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue Apr 19 08:00:47 2016 |
tree | e23702c013958c1100de2ce4edf8ee2c0698d286 | |
parent | 19c1a10ba08b91cf90ea17109902a11bd4a0ab3a [diff] |
[compiler] Switch code printing to not use literal. This switches CodeGenerator::PrintCode to be based on the allocated shared function info instead of the function literal. This is possible now that even live edit allocates a shared function info for scripts. R=ishell@chromium.org BUG=chromium:604375 LOG=n Review URL: https://codereview.chromium.org/1901753002 Cr-Commit-Position: refs/heads/master@{#35605}
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.