Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Issue 2509683002: [counters] Use separate counters for background parsing (Closed)

Created:
4 years, 1 month ago by Camillo Bruni
Modified:
4 years, 1 month ago
Reviewers:
vogelheim
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[counters] Use separate counters for background parsing BUG= Committed: https://crrev.com/7e4e34bb8fc66aacd51629bb437ce67b67c86fbc Cr-Commit-Position: refs/heads/master@{#41047}

Patch Set 1 #

Patch Set 2 : updating callstats helpers #

Patch Set 3 : fixing cctest #

Total comments: 2

Patch Set 4 : using const arrays instead of two-level ternary syntax. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -42 lines) Patch
M src/counters.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/parsing/parser.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/parsing/parser.cc View 5 chunks +10 lines, -8 lines 0 comments Download
M src/parsing/parser-base.h View 1 2 3 4 chunks +10 lines, -3 lines 0 comments Download
M src/parsing/preparser.h View 1 chunk +6 lines, -3 lines 0 comments Download
M src/parsing/preparser.cc View 1 2 3 1 chunk +6 lines, -3 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 2 7 chunks +22 lines, -19 lines 0 comments Download
M tools/callstats.html View 2 chunks +7 lines, -1 line 0 comments Download
M tools/callstats.py View 2 chunks +12 lines, -4 lines 0 comments Download

Messages

Total messages: 21 (15 generated)
Camillo Bruni
PTAL
4 years, 1 month ago (2016-11-16 14:29:04 UTC) #4
vogelheim
lgtm https://codereview.chromium.org/2509683002/diff/40001/src/parsing/parser-base.h File src/parsing/parser-base.h (right): https://codereview.chromium.org/2509683002/diff/40001/src/parsing/parser-base.h#newcode3895 src/parsing/parser-base.h:3895: Impl::IsPreParser() style: These two-level ternary operator expressions aren't ...
4 years, 1 month ago (2016-11-16 17:23:15 UTC) #11
Camillo Bruni
https://codereview.chromium.org/2509683002/diff/40001/src/parsing/parser-base.h File src/parsing/parser-base.h (right): https://codereview.chromium.org/2509683002/diff/40001/src/parsing/parser-base.h#newcode3895 src/parsing/parser-base.h:3895: Impl::IsPreParser() On 2016/11/16 at 17:23:15, vogelheim wrote: > style: ...
4 years, 1 month ago (2016-11-16 18:21:24 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2509683002/60001
4 years, 1 month ago (2016-11-16 18:24:12 UTC) #18
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 1 month ago (2016-11-16 18:51:38 UTC) #19
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:36:53 UTC) #21
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/7e4e34bb8fc66aacd51629bb437ce67b67c86fbc
Cr-Commit-Position: refs/heads/master@{#41047}

Powered by Google App Engine
This is Rietveld 408576698