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

Issue 1845043004: [x64] Optimize loading SMIs. (Closed)

Created:
4 years, 8 months ago by epertoso
Modified:
4 years, 8 months ago
Reviewers:
Benedikt Meurer
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[x64] Optimize loading SMIs. Especially when loading and untagging SMIs within code stubs, instances of the following pattern appear in the generated code: movq %rax,[%rbx+%rcx*4+0xf] sarq %rax, 32 This CL changes that code to: movsxlq %rax, [%ebx+%ecx*4+0x13] BUG= Committed: https://crrev.com/9ca9195dd4ae363113692347c337f088c998bcd5 Cr-Commit-Position: refs/heads/master@{#35194}

Patch Set 1 #

Patch Set 2 : Update. #

Total comments: 2

Patch Set 3 : Update. #

Total comments: 1

Patch Set 4 : Update #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -0 lines) Patch
M src/compiler/x64/instruction-selector-x64.cc View 1 2 3 1 chunk +69 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (8 generated)
epertoso
4 years, 8 months ago (2016-04-01 08:28:33 UTC) #4
Benedikt Meurer
https://codereview.chromium.org/1845043004/diff/20001/src/compiler/x64/instruction-selector-x64.cc File src/compiler/x64/instruction-selector-x64.cc (right): https://codereview.chromium.org/1845043004/diff/20001/src/compiler/x64/instruction-selector-x64.cc#newcode72 src/compiler/x64/instruction-selector-x64.cc:72: DCHECK(mode == kMode_MR || (kMode_MR1 <= mode && mode ...
4 years, 8 months ago (2016-04-01 08:33:00 UTC) #7
epertoso
https://codereview.chromium.org/1845043004/diff/20001/src/compiler/x64/instruction-selector-x64.cc File src/compiler/x64/instruction-selector-x64.cc (right): https://codereview.chromium.org/1845043004/diff/20001/src/compiler/x64/instruction-selector-x64.cc#newcode72 src/compiler/x64/instruction-selector-x64.cc:72: DCHECK(mode == kMode_MR || (kMode_MR1 <= mode && mode ...
4 years, 8 months ago (2016-04-01 09:16:44 UTC) #8
Benedikt Meurer
LGTM once comment addressed. https://codereview.chromium.org/1845043004/diff/40001/src/compiler/x64/instruction-selector-x64.cc File src/compiler/x64/instruction-selector-x64.cc (right): https://codereview.chromium.org/1845043004/diff/40001/src/compiler/x64/instruction-selector-x64.cc#newcode665 src/compiler/x64/instruction-selector-x64.cc:665: default: No default please, and ...
4 years, 8 months ago (2016-04-01 09:20:49 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1845043004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1845043004/60001
4 years, 8 months ago (2016-04-01 09:27:29 UTC) #12
epertoso
On 2016/04/01 at 09:20:49, bmeurer wrote: > LGTM once comment addressed. > > https://codereview.chromium.org/1845043004/diff/40001/src/compiler/x64/instruction-selector-x64.cc > ...
4 years, 8 months ago (2016-04-01 09:27:30 UTC) #13
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 8 months ago (2016-04-01 09:49:15 UTC) #14
commit-bot: I haz the power
4 years, 8 months ago (2016-04-01 09:50:22 UTC) #16
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/9ca9195dd4ae363113692347c337f088c998bcd5
Cr-Commit-Position: refs/heads/master@{#35194}

Powered by Google App Engine
This is Rietveld 408576698