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

Issue 1314433004: Vector ICs: Stop iterating the heap to clear keyed store ics. (Closed)

Created:
5 years, 3 months ago by mvstanton
Modified:
5 years, 3 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Vector ICs: Stop iterating the heap to clear keyed store ics. When vector based stores are on, we don't need to do this anymore. BUG= Committed: https://crrev.com/7db48046ea7c324efe8fd65512b69e43b1f39ebe Cr-Commit-Position: refs/heads/master@{#30401}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Code review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -10 lines) Patch
M src/heap/heap.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/heap/heap.cc View 1 3 chunks +10 lines, -3 lines 0 comments Download
M src/objects.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +9 lines, -2 lines 0 comments Download
M src/type-feedback-vector.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/type-feedback-vector.cc View 1 1 chunk +34 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
mvstanton
Hi Hannes, here is the issue we discussed.
5 years, 3 months ago (2015-08-26 09:57:11 UTC) #2
mvstanton
https://codereview.chromium.org/1314433004/diff/1/src/heap/heap.h File src/heap/heap.h (right): https://codereview.chromium.org/1314433004/diff/1/src/heap/heap.h#newcode857 src/heap/heap.h:857: void ClearAllKeyedStoreICs(); I did the rename here to narrow ...
5 years, 3 months ago (2015-08-26 10:18:51 UTC) #3
Hannes Payer (out of office)
https://codereview.chromium.org/1314433004/diff/1/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/1314433004/diff/1/src/heap/heap.cc#newcode480 src/heap/heap.cc:480: void Heap::ClearAllKeyedStoreICs() { I do not like that heap ...
5 years, 3 months ago (2015-08-26 21:46:33 UTC) #4
mvstanton
Hi Hannes, thanks for the review, here are changes. --Michael https://codereview.chromium.org/1314433004/diff/1/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/1314433004/diff/1/src/heap/heap.cc#newcode480 ...
5 years, 3 months ago (2015-08-27 08:17:33 UTC) #5
Hannes Payer (out of office)
lgtm
5 years, 3 months ago (2015-08-27 08:31:44 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1314433004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1314433004/20001
5 years, 3 months ago (2015-08-27 08:31:52 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 3 months ago (2015-08-27 08:52:14 UTC) #9
commit-bot: I haz the power
5 years, 3 months ago (2015-08-27 08:52:24 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/7db48046ea7c324efe8fd65512b69e43b1f39ebe
Cr-Commit-Position: refs/heads/master@{#30401}

Powered by Google App Engine
This is Rietveld 408576698