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

Issue 54393002: Fix uint32-to-smi conversion in Lithium (Closed)

Created:
7 years, 1 month ago by Jakob Kummerow
Modified:
7 years, 1 month ago
CC:
v8-dev, Toon Verwaest
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : upload the regression test too :-) #

Patch Set 3 : addressed Slava's comment #

Total comments: 1

Patch Set 4 : your wish is my command #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -21 lines) Patch
M src/arm/lithium-arm.h View 2 chunks +14 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 2 chunks +12 lines, -2 lines 0 comments Download
M src/hydrogen-uint32-analysis.cc View 1 2 3 1 chunk +11 lines, -2 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.h View 2 chunks +14 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 chunk +16 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.h View 2 chunks +14 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 chunk +12 lines, -4 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-309623.js View 1 1 chunk +13 lines, -9 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Jakob Kummerow
PTAL.
7 years, 1 month ago (2013-10-31 09:15:21 UTC) #1
Yang
lgtm with one comment. https://codereview.chromium.org/54393002/diff/1/src/arm/lithium-codegen-arm.cc File src/arm/lithium-codegen-arm.cc (left): https://codereview.chromium.org/54393002/diff/1/src/arm/lithium-codegen-arm.cc#oldcode4653 src/arm/lithium-codegen-arm.cc:4653: ASSERT(input->IsRegister()); why do you remove ...
7 years, 1 month ago (2013-10-31 09:30:57 UTC) #2
Jakob Kummerow
Thanks, landing. https://codereview.chromium.org/54393002/diff/1/src/arm/lithium-codegen-arm.cc File src/arm/lithium-codegen-arm.cc (left): https://codereview.chromium.org/54393002/diff/1/src/arm/lithium-codegen-arm.cc#oldcode4653 src/arm/lithium-codegen-arm.cc:4653: ASSERT(input->IsRegister()); On 2013/10/31 09:30:57, Yang wrote: > ...
7 years, 1 month ago (2013-10-31 09:35:51 UTC) #3
Vyacheslav Egorov (Google)
DBC Please add an assertion in the Uint32 analysis in IsSafeUint32Use(), in the branch for ...
7 years, 1 month ago (2013-10-31 09:51:16 UTC) #4
Vyacheslav Egorov (Google)
thanks for doing this! https://codereview.chromium.org/54393002/diff/100001/src/hydrogen-uint32-analysis.cc File src/hydrogen-uint32-analysis.cc (right): https://codereview.chromium.org/54393002/diff/100001/src/hydrogen-uint32-analysis.cc#newcode43 src/hydrogen-uint32-analysis.cc:43: ASSERT(!use->IsChange() || I would make ...
7 years, 1 month ago (2013-10-31 10:05:36 UTC) #5
Vyacheslav Egorov (Google)
LGTM!
7 years, 1 month ago (2013-10-31 10:15:43 UTC) #6
Jakob Kummerow
7 years, 1 month ago (2013-10-31 10:19:04 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 manually as r17441.

Powered by Google App Engine
This is Rietveld 408576698