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

Issue 145893004: A64: Fix handling of Smis in lithium Load/Store. (Closed)

Created:
6 years, 10 months ago by ulan
Modified:
6 years, 10 months ago
CC:
v8-dev
Visibility:
Public.

Description

A64: Fix handling of Smis in lithium Load/Store. BUG= R=jochen@chromium.org, m.m.capewell@googlemail.com Committed: https://code.google.com/p/v8/source/detail?r=19205

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add static asserts. #

Patch Set 3 : Add static asserts. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -5 lines) Patch
M src/a64/lithium-a64.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/a64/lithium-codegen-a64.cc View 1 2 4 chunks +32 lines, -3 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
ulan
This ports Smi optimizations for x64 in r18283, r18359, r18360, r18362 and fixes many test ...
6 years, 10 months ago (2014-02-07 15:43:05 UTC) #1
jochen (gone - plz use gerrit)
lgtm
6 years, 10 months ago (2014-02-07 15:53:09 UTC) #2
m.m.capewell
https://codereview.chromium.org/145893004/diff/1/src/a64/lithium-codegen-a64.cc File src/a64/lithium-codegen-a64.cc (right): https://codereview.chromium.org/145893004/diff/1/src/a64/lithium-codegen-a64.cc#newcode3478 src/a64/lithium-codegen-a64.cc:3478: instr->hydrogen()->elements_kind() == FAST_SMI_ELEMENTS) { Perhaps assert the format of ...
6 years, 10 months ago (2014-02-07 15:56:50 UTC) #3
ulan
PTAL https://codereview.chromium.org/145893004/diff/1/src/a64/lithium-codegen-a64.cc File src/a64/lithium-codegen-a64.cc (right): https://codereview.chromium.org/145893004/diff/1/src/a64/lithium-codegen-a64.cc#newcode3478 src/a64/lithium-codegen-a64.cc:3478: instr->hydrogen()->elements_kind() == FAST_SMI_ELEMENTS) { On 2014/02/07 15:56:50, m.m.capewell ...
6 years, 10 months ago (2014-02-07 16:08:09 UTC) #4
ulan
The last patch set is broken. I will re-upload shortly.
6 years, 10 months ago (2014-02-07 16:09:43 UTC) #5
ulan
I uploaded new patch set with static asserts, PTAL.
6 years, 10 months ago (2014-02-07 16:12:59 UTC) #6
m.m.capewell
lgtm
6 years, 10 months ago (2014-02-07 16:16:41 UTC) #7
ulan
6 years, 10 months ago (2014-02-07 16:25:50 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 manually as r19205 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698