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

Issue 26742006: MIPS: Truncate booleans to 0/1 in truncating t-to-i. (Closed)

Created:
7 years, 2 months ago by palfia
Modified:
7 years, 2 months ago
Reviewers:
kisg, Paul Lind, kilvadyb, danno, oliv
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Truncate booleans to 0/1 in truncating t-to-i. Port r17166 (0a4bf790) Original commit message: Truncate booleans to 0/1 in truncating t-to-i. Thanks to weiliang.lin2@gmail.com for discovering the issue. BUG= R=plind44@gmail.com Committed: https://code.google.com/p/v8/source/detail?r=17173

Patch Set 1 #

Total comments: 6

Patch Set 2 : Use delay slots #

Total comments: 2

Patch Set 3 : Add comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -10 lines) Patch
M src/mips/lithium-codegen-mips.cc View 1 2 1 chunk +23 lines, -10 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
palfia
PTAL.
7 years, 2 months ago (2013-10-11 20:46:16 UTC) #1
Paul Lind
LGTM, but please update per comments about delay slots. You should probably run a subset ...
7 years, 2 months ago (2013-10-11 21:18:30 UTC) #2
palfia
Thanks for optimizing this! I've uploaded the new patch. https://codereview.chromium.org/26742006/diff/1/src/mips/lithium-codegen-mips.cc File src/mips/lithium-codegen-mips.cc (right): https://codereview.chromium.org/26742006/diff/1/src/mips/lithium-codegen-mips.cc#newcode4911 src/mips/lithium-codegen-mips.cc:4911: ...
7 years, 2 months ago (2013-10-11 23:21:51 UTC) #3
Paul Lind
LGTM, with a comment-only nit. Go ahead and fix on the dcommit push if you ...
7 years, 2 months ago (2013-10-11 23:26:14 UTC) #4
palfia
https://codereview.chromium.org/26742006/diff/12001/src/mips/lithium-codegen-mips.cc File src/mips/lithium-codegen-mips.cc (right): https://codereview.chromium.org/26742006/diff/12001/src/mips/lithium-codegen-mips.cc#newcode4911 src/mips/lithium-codegen-mips.cc:4911: __ mov(input_reg, zero_reg); On 2013/10/11 23:26:14, Paul Lind wrote: ...
7 years, 2 months ago (2013-10-11 23:31:07 UTC) #5
Paul Lind
LGTM, thanks for accommodating my pickiness!
7 years, 2 months ago (2013-10-11 23:32:08 UTC) #6
palfia
7 years, 2 months ago (2013-10-11 23:38:05 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r17173.

Powered by Google App Engine
This is Rietveld 408576698