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

Issue 1330153003: Adding template parameter to PrototypeIterator GetCurrent for casting (Closed)

Created:
5 years, 3 months ago by Camillo Bruni
Modified:
5 years, 3 months ago
Reviewers:
Yang, Jakob Kummerow
CC:
v8-reviews_googlegroups.com, Yang
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Adding template parameter to PrototypeIterator GetCurrent BUG= Committed: https://crrev.com/aacaafd00b313d53ba6efb8caede5d0c188b7afd Cr-Commit-Position: refs/heads/master@{#30676}

Patch Set 1 #

Total comments: 7

Patch Set 2 : simplifications #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -57 lines) Patch
M src/api.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/builtins.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M src/debug/debug-evaluate.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen.cc View 1 2 chunks +3 lines, -5 lines 0 comments Download
M src/ic/handler-compiler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/isolate.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/lookup.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/objects.cc View 15 chunks +23 lines, -28 lines 0 comments Download
M src/prototype.h View 1 5 chunks +16 lines, -4 lines 0 comments Download
M src/runtime/runtime-array.cc View 2 chunks +3 lines, -5 lines 0 comments Download
M src/runtime/runtime-object.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M src/string-stream.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 23 (10 generated)
Camillo Bruni
PTAL
5 years, 3 months ago (2015-09-09 13:56:01 UTC) #2
Jakob Kummerow
lgtm https://codereview.chromium.org/1330153003/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/1330153003/diff/1/src/hydrogen.cc#newcode7354 src/hydrogen.cc:7354: holder = iter.GetCurrent<JSObject>(); I think you need to ...
5 years, 3 months ago (2015-09-09 14:29:55 UTC) #3
Yang
debug part lgtm
5 years, 3 months ago (2015-09-09 15:15:19 UTC) #5
Camillo Bruni
https://codereview.chromium.org/1330153003/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/1330153003/diff/1/src/hydrogen.cc#newcode7354 src/hydrogen.cc:7354: holder = iter.GetCurrent<JSObject>(); On 2015/09/09 at 14:29:55, Jakob wrote: ...
5 years, 3 months ago (2015-09-09 17:24:07 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1330153003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330153003/1
5 years, 3 months ago (2015-09-10 08:43:42 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux64_avx2_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel/builds/4229) v8_linux_arm64_rel on ...
5 years, 3 months ago (2015-09-10 08:44:33 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1330153003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330153003/20001
5 years, 3 months ago (2015-09-10 09:00:31 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-09-10 09:27:10 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1330153003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330153003/20001
5 years, 3 months ago (2015-09-10 10:52:10 UTC) #17
Camillo Bruni
https://codereview.chromium.org/1330153003/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/1330153003/diff/1/src/hydrogen.cc#newcode7354 src/hydrogen.cc:7354: holder = iter.GetCurrent<JSObject>(); On 2015/09/09 at 17:24:07, cbruni wrote: ...
5 years, 3 months ago (2015-09-10 10:53:59 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1330153003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1330153003/20001
5 years, 3 months ago (2015-09-10 10:54:49 UTC) #21
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 3 months ago (2015-09-10 10:56:11 UTC) #22
commit-bot: I haz the power
5 years, 3 months ago (2015-09-10 10:56:29 UTC) #23
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/aacaafd00b313d53ba6efb8caede5d0c188b7afd
Cr-Commit-Position: refs/heads/master@{#30676}

Powered by Google App Engine
This is Rietveld 408576698