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

Issue 23130006: MIPS: Never hchange nan-hole to hole or hole to nan-hole. Only allow changing hole to nan if all us… (Closed)

Created:
7 years, 4 months ago by palfia
Modified:
7 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Never hchange nan-hole to hole or hole to nan-hole. Only allow changing hole to nan if all uses allow undefined as nan. Port r16183 (1858bc57) BUG= Committed: https://code.google.com/p/v8/source/detail?r=16200

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fixed nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -72 lines) Patch
M src/mips/lithium-codegen-mips.h View 2 chunks +10 lines, -5 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 14 chunks +60 lines, -65 lines 0 comments Download
M src/mips/lithium-mips.h View 2 chunks +15 lines, -2 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
palfia
PTAL.
7 years, 4 months ago (2013-08-14 21:55:41 UTC) #1
Paul Lind
LGTM, with the nitty rename request. https://codereview.chromium.org/23130006/diff/1/src/mips/lithium-codegen-mips.cc File src/mips/lithium-codegen-mips.cc (right): https://codereview.chromium.org/23130006/diff/1/src/mips/lithium-codegen-mips.cc#newcode2325 src/mips/lithium-codegen-mips.cc:2325: __ MoveHigh(scratch, input_reg); ...
7 years, 4 months ago (2013-08-14 22:48:39 UTC) #2
palfia
Fixed nits.
7 years, 4 months ago (2013-08-14 23:04:16 UTC) #3
palfia
Thanks for the review, I've fixed the nits. https://codereview.chromium.org/23130006/diff/1/src/mips/lithium-codegen-mips.cc File src/mips/lithium-codegen-mips.cc (right): https://codereview.chromium.org/23130006/diff/1/src/mips/lithium-codegen-mips.cc#newcode2325 src/mips/lithium-codegen-mips.cc:2325: __ ...
7 years, 4 months ago (2013-08-14 23:05:44 UTC) #4
palfia
7 years, 4 months ago (2013-08-14 23:07:59 UTC) #5
Message was sent while issue was closed.
Committed manually as r16200.

Powered by Google App Engine
This is Rietveld 408576698