commit | c30b59315281d7a214624bf2a2a8fc5aed6caeda | [log] [tgz] |
---|---|---|
author | Michael Hablich <hablich@chromium.org> | Wed Nov 29 08:40:33 2017 |
committer | Michael Hablich <hablich@chromium.org> | Wed Nov 29 08:41:33 2017 |
tree | 03279241517b0a66eba1701ab4b89a2691df4092 | |
parent | 6ad76105260f9f5b9379eea98b24bd2b9a760d1e [diff] |
Version 6.4.370.1 (cherry-pick) Merged 2cbfa2444d6192b472f02cab2c0f25b9df6145fb [Memory] Use madvise on POSIX to allow OS to reclaim memory. TBR=machenbach@chromium.org Bug: 788433 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng Change-Id: I6776a0176bec6452506f00b655b9e673cafcbaf8 Reviewed-on: https://chromium-review.googlesource.com/795721 Reviewed-by: Michael Hablich <hablich@chromium.org> Cr-Commit-Position: refs/heads/6.4.370@{#2} Cr-Branched-From: fd52adcb5cdc7bf5fba3a6eddc3f8b60a6354d1f-refs/heads/master@{#49618}
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.