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

Issue 172533002: MIPS: Harmony: optimize Math.clz32. (Closed)

Created:
6 years, 10 months ago by kilvadyb
Modified:
6 years, 10 months ago
CC:
v8-dev
Base URL:
git@github.com:paul99/v8m-rb.git@master
Visibility:
Public.

Description

MIPS: Harmony: optimize Math.clz32. Port r19487 (bd8c70f) BUG=v8:2938 LOG=N

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fixed nit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -0 lines) Patch
M src/mips/lithium-codegen-mips.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/mips/lithium-mips.h View 3 chunks +14 lines, -0 lines 0 comments Download
M src/mips/lithium-mips.cc View 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
kilvadyb
6 years, 10 months ago (2014-02-19 15:54:44 UTC) #1
dusmil
https://codereview.chromium.org/172533002/diff/1/src/mips/lithium-codegen-mips.cc File src/mips/lithium-codegen-mips.cc (right): https://codereview.chromium.org/172533002/diff/1/src/mips/lithium-codegen-mips.cc#newcode3802 src/mips/lithium-codegen-mips.cc:3802: __ clz(result, input); Use Clz from macro-assembler for compatibility.
6 years, 10 months ago (2014-02-19 16:10:25 UTC) #2
kilvadyb
https://codereview.chromium.org/172533002/diff/1/src/mips/lithium-codegen-mips.cc File src/mips/lithium-codegen-mips.cc (right): https://codereview.chromium.org/172533002/diff/1/src/mips/lithium-codegen-mips.cc#newcode3802 src/mips/lithium-codegen-mips.cc:3802: __ clz(result, input); On 2014/02/19 16:10:25, dusmil wrote: > ...
6 years, 10 months ago (2014-02-19 16:59:25 UTC) #3
Paul Lind
lgtm
6 years, 10 months ago (2014-02-19 18:11:36 UTC) #4
Paul Lind
6 years, 10 months ago (2014-02-19 18:18:02 UTC) #5
Committed as r19499.

Powered by Google App Engine
This is Rietveld 408576698