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

Issue 1558113002: Add UseCounters for various standards-related code paths (Closed)

Created:
4 years, 11 months ago by Dan Ehrenberg
Modified:
4 years, 11 months ago
Reviewers:
adamk
CC:
Hannes Payer (out of office), Paweł Hajdan Jr., ulan, v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Add UseCounters for various standards-related code paths - Each of the three deprecated Promise functions - Two nonstandard pieces of Intl functionality - Accesses of the RegExp.prototype.unicode getter on the prototype BUG=v8:3785, v8:3238, v8:4633 LOG=N R=adamk TBR=hpayer Committed: https://crrev.com/09685b5b00b3418945dca895193b9d81e2e0cdee Cr-Commit-Position: refs/heads/master@{#33142}

Patch Set 1 #

Patch Set 2 : Don't expose patternSymbol #

Total comments: 14

Patch Set 3 : Fix issues from review, and track .resolved usage #

Patch Set 4 : Avoid incrementing 'resolved' for internal operations #

Patch Set 5 : Fix accidental redefinition #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -43 lines) Patch
M include/v8.h View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M src/heap/heap.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/i18n.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/js/harmony-regexp.js View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M src/js/harmony-unicode-regexps.js View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/js/i18n.js View 1 2 3 13 chunks +65 lines, -37 lines 0 comments Download
M src/js/macros.py View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
M src/js/promise.js View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M src/js/regexp.js View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M src/runtime/runtime-i18n.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (10 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1558113002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1558113002/20001
4 years, 11 months ago (2016-01-05 06:13:00 UTC) #2
Dan Ehrenberg
4 years, 11 months ago (2016-01-05 06:41:31 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-05 06:43:32 UTC) #5
adamk
https://codereview.chromium.org/1558113002/diff/20001/src/i18n.cc File src/i18n.cc (right): https://codereview.chromium.org/1558113002/diff/20001/src/i18n.cc#newcode148 src/i18n.cc:148: resolved, handle(isolate->heap()->pattern_symbol(), isolate), "factory->pattern_symbol()" will give you a handle ...
4 years, 11 months ago (2016-01-05 19:10:10 UTC) #6
Dan Ehrenberg
https://codereview.chromium.org/1558113002/diff/20001/src/i18n.cc File src/i18n.cc (right): https://codereview.chromium.org/1558113002/diff/20001/src/i18n.cc#newcode148 src/i18n.cc:148: resolved, handle(isolate->heap()->pattern_symbol(), isolate), On 2016/01/05 at 19:10:09, adamk wrote: ...
4 years, 11 months ago (2016-01-06 03:20:55 UTC) #7
adamk
lgtm
4 years, 11 months ago (2016-01-06 18:53:05 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1558113002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1558113002/60001
4 years, 11 months ago (2016-01-06 18:55:05 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/9489)
4 years, 11 months ago (2016-01-06 18:57:35 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1558113002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1558113002/60001
4 years, 11 months ago (2016-01-06 19:27:45 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_arm_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm_rel/builds/12089)
4 years, 11 months ago (2016-01-06 19:40:40 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1558113002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1558113002/80001
4 years, 11 months ago (2016-01-06 23:28:01 UTC) #20
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 11 months ago (2016-01-07 00:12:33 UTC) #21
commit-bot: I haz the power
4 years, 11 months ago (2016-01-07 00:13:10 UTC) #23
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/09685b5b00b3418945dca895193b9d81e2e0cdee
Cr-Commit-Position: refs/heads/master@{#33142}

Powered by Google App Engine
This is Rietveld 408576698