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

Issue 1425403002: [runtime] Support Symbols in KeyAccumulator (Closed)

Created:
5 years, 1 month ago by Camillo Bruni
Modified:
5 years, 1 month ago
Reviewers:
neis, Jakob Kummerow
CC:
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

[runtime] Support Symbols in KeyAccumulator BUG= Committed: https://crrev.com/e7154a0b7890459ee0813685768a755da7049198 Cr-Commit-Position: refs/heads/master@{#31788}

Patch Set 1 #

Patch Set 2 : fixing raw pointer issue #

Total comments: 7

Patch Set 3 : adressing nits + adding separate file for KeyAccumulator #

Total comments: 6

Patch Set 4 : addressing more comments #

Patch Set 5 : updating + clarifying #

Unified diffs Side-by-side diffs Delta from patch set Stats (+412 lines, -283 lines) Patch
M BUILD.gn View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/elements.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A src/key-accumulator.h View 1 2 3 4 1 chunk +92 lines, -0 lines 0 comments Download
A src/key-accumulator.cc View 1 2 3 4 1 chunk +263 lines, -0 lines 0 comments Download
M src/objects.h View 1 2 3 chunks +4 lines, -61 lines 0 comments Download
M src/objects.cc View 1 2 6 chunks +47 lines, -222 lines 0 comments Download
M src/runtime/runtime-array.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (9 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/1425403002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1425403002/1
5 years, 1 month ago (2015-11-03 12:47:49 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux64_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_rel/builds/11427)
5 years, 1 month ago (2015-11-03 13:21:33 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1425403002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1425403002/20001
5 years, 1 month ago (2015-11-03 14:46:22 UTC) #6
Camillo Bruni
PTAL
5 years, 1 month ago (2015-11-03 14:49:55 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-03 15:06:19 UTC) #10
Jakob Kummerow
LGTM, but a bunch of comments are outdated. https://codereview.chromium.org/1425403002/diff/20001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1425403002/diff/20001/src/objects.cc#newcode7565 src/objects.cc:7565: // ...
5 years, 1 month ago (2015-11-03 15:33:37 UTC) #11
Jakob Kummerow
one more comment. https://codereview.chromium.org/1425403002/diff/20001/src/objects.h File src/objects.h (right): https://codereview.chromium.org/1425403002/diff/20001/src/objects.h#newcode10774 src/objects.h:10774: bool AddKey(uint32_t key); nit: most of ...
5 years, 1 month ago (2015-11-03 15:40:00 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1425403002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1425403002/40001
5 years, 1 month ago (2015-11-03 16:04:01 UTC) #14
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-03 16:44:09 UTC) #16
neis
https://codereview.chromium.org/1425403002/diff/40001/src/key-accumulator.h File src/key-accumulator.h (right): https://codereview.chromium.org/1425403002/diff/40001/src/key-accumulator.h#newcode27 src/key-accumulator.h:27: // Can you update the comment to say something ...
5 years, 1 month ago (2015-11-04 12:49:27 UTC) #17
Camillo Bruni
https://codereview.chromium.org/1425403002/diff/40001/src/key-accumulator.h File src/key-accumulator.h (right): https://codereview.chromium.org/1425403002/diff/40001/src/key-accumulator.h#newcode27 src/key-accumulator.h:27: // On 2015/11/04 at 12:49:27, neis wrote: > Can ...
5 years, 1 month ago (2015-11-04 13:09:30 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1425403002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1425403002/80001
5 years, 1 month ago (2015-11-04 13:18:09 UTC) #21
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 1 month ago (2015-11-04 14:05:25 UTC) #22
commit-bot: I haz the power
5 years, 1 month ago (2015-11-04 14:05:47 UTC) #23
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/e7154a0b7890459ee0813685768a755da7049198
Cr-Commit-Position: refs/heads/master@{#31788}

Powered by Google App Engine
This is Rietveld 408576698