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

Issue 429053005: Avoid one repeated property lookup when computing load ICs. (Closed)

Created:
6 years, 4 months ago by Jakob Kummerow
Modified:
6 years, 4 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Avoid one repeated property lookup when computing load ICs. R=verwaest@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22802

Patch Set 1 #

Total comments: 16

Patch Set 2 : addressed comments #

Patch Set 3 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+268 lines, -189 lines) Patch
M src/arm/stub-cache-arm.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm64/stub-cache-arm64.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/ic.h View 1 2 3 chunks +22 lines, -10 lines 0 comments Download
M src/ic.cc View 1 2 10 chunks +175 lines, -144 lines 0 comments Download
M src/lookup.h View 1 3 chunks +20 lines, -5 lines 0 comments Download
M src/lookup.cc View 1 7 chunks +30 lines, -11 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/mips64/stub-cache-mips64.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/objects.cc View 1 2 5 chunks +7 lines, -5 lines 0 comments Download
M src/stub-cache.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/x64/stub-cache-x64.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/x87/stub-cache-x87.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Jakob Kummerow
PTAL. Coming up next: same trick for stores. That will eliminate the temporary duplication introduced ...
6 years, 4 months ago (2014-07-30 12:56:06 UTC) #1
Toon Verwaest
Overall looks good, just some comments. https://codereview.chromium.org/429053005/diff/1/src/field-index.cc File src/field-index.cc (right): https://codereview.chromium.org/429053005/diff/1/src/field-index.cc#newcode24 src/field-index.cc:24: FieldIndex FieldIndex::ForLookupIterator(const LookupIterator* ...
6 years, 4 months ago (2014-07-30 16:54:53 UTC) #2
Jakob Kummerow
Comments addressed, PTAL. https://codereview.chromium.org/429053005/diff/1/src/field-index.cc File src/field-index.cc (right): https://codereview.chromium.org/429053005/diff/1/src/field-index.cc#newcode24 src/field-index.cc:24: FieldIndex FieldIndex::ForLookupIterator(const LookupIterator* lookup) { On ...
6 years, 4 months ago (2014-07-31 13:55:51 UTC) #3
Toon Verwaest
lgtm
6 years, 4 months ago (2014-07-31 14:49:52 UTC) #4
Jakob Kummerow
6 years, 4 months ago (2014-08-04 08:35:08 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r22802 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698