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

Issue 108503004: HStoreKeyed for Smis optimized for x64 + related redundant moves of elements removed (Closed)

Created:
7 years ago by Igor Sheludko
Modified:
7 years ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

HStoreKeyed for Smis optimized for x64 + related redundant moves of elements removed R=verwaest@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=18362

Patch Set 1 #

Patch Set 2 : A couple of static asserts added #

Total comments: 8

Patch Set 3 : Review notes applied #

Patch Set 4 : Cleaner implementation #

Patch Set 5 : Even cleaner implementation #

Patch Set 6 : Rebasing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -22 lines) Patch
M src/hydrogen.h View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen.cc View 1 2 3 4 5 4 chunks +14 lines, -3 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 3 4 5 6 chunks +19 lines, -5 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 3 4 5 2 chunks +28 lines, -10 lines 0 comments Download
M src/x64/lithium-x64.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 2 3 4 5 2 chunks +13 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Igor Sheludko
PTAL
7 years ago (2013-12-13 15:20:06 UTC) #1
Toon Verwaest
https://codereview.chromium.org/108503004/diff/20001/src/elements-kind.h File src/elements-kind.h (right): https://codereview.chromium.org/108503004/diff/20001/src/elements-kind.h#newcode170 src/elements-kind.h:170: inline bool IsFastPackedSmiElementsKind(ElementsKind kind) { I wouldn't add this ...
7 years ago (2013-12-17 13:53:03 UTC) #2
Igor Sheludko
I think I found a better/cleaner way to implement this optimization, PTAL patch set 4. ...
7 years ago (2013-12-18 10:01:32 UTC) #3
Toon Verwaest
lgtm
7 years ago (2013-12-18 11:23:22 UTC) #4
Igor Sheludko
Even cleaner implementation.
7 years ago (2013-12-18 13:15:38 UTC) #5
Toon Verwaest
lgtm
7 years ago (2013-12-18 14:02:20 UTC) #6
Igor Sheludko
7 years ago (2013-12-18 18:05:18 UTC) #7
Message was sent while issue was closed.
Committed patchset #6 manually as r18362 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698