commit | ca1a502fe3e3ef3069d3d45bd3899dfe6adf8a54 | [log] [tgz] |
---|---|---|
author | Sigurd Schneider <sigurds@chromium.org> | Mon May 07 15:47:17 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Mon May 07 16:32:48 2018 |
tree | 8f9a40feaf7b022bfad729fdb92ae9be146c5d26 | |
parent | d7f550688f2960a4c787abb7e376f8d78ee4bc30 [diff] |
[turbolizer] Print schedule for stub code We lost the print functionality for stub schedules somewhere on the way. This re-adds the appropriate call to TraceSchedule to get it going again. Bug: v8:7327 Change-Id: I245823b440542708410d2253f9f4e78b2e22f3c9 Reviewed-on: https://chromium-review.googlesource.com/1047270 Reviewed-by: Michael Starzinger <mstarzinger@chromium.org> Commit-Queue: Sigurd Schneider <sigurds@chromium.org> Cr-Commit-Position: refs/heads/master@{#53038}
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.