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

Issue 494153002: Avoid one repeated property lookup when computing store 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 store ICs.

Patch Set 1 #

Total comments: 14

Patch Set 2 : addressed comments (triggering a bug in doing so) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+304 lines, -419 lines) Patch
M src/arm/stub-cache-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm64/stub-cache-arm64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ic.h View 4 chunks +13 lines, -22 lines 0 comments Download
M src/ic.cc View 1 9 chunks +165 lines, -229 lines 0 comments Download
M src/lookup.h View 1 6 chunks +23 lines, -3 lines 0 comments Download
M src/lookup.cc View 1 6 chunks +51 lines, -21 lines 0 comments Download
M src/lookup-inl.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips64/stub-cache-mips64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 3 chunks +0 lines, -8 lines 0 comments Download
M src/objects.cc View 1 16 chunks +28 lines, -118 lines 0 comments Download
M src/runtime.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/stub-cache.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/stub-cache.cc View 1 2 chunks +13 lines, -9 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x87/stub-cache-x87.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Jakob Kummerow
6 years, 4 months ago (2014-08-21 14:43:38 UTC) #1
Toon Verwaest
https://codereview.chromium.org/494153002/diff/1/src/ic.cc File src/ic.cc (right): https://codereview.chromium.org/494153002/diff/1/src/ic.cc#newcode1288 src/ic.cc:1288: } You already found a property, so you need ...
6 years, 4 months ago (2014-08-21 15:07:06 UTC) #2
Jakob Kummerow
Thanks for the review; handing over. https://codereview.chromium.org/494153002/diff/1/src/ic.cc File src/ic.cc (right): https://codereview.chromium.org/494153002/diff/1/src/ic.cc#newcode1288 src/ic.cc:1288: } On 2014/08/21 ...
6 years, 4 months ago (2014-08-21 16:14:53 UTC) #3
Toon Verwaest
6 years, 4 months ago (2014-08-22 10:53:43 UTC) #4

Powered by Google App Engine
This is Rietveld 408576698