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

Issue 595963002: Extend JSBuiltinReducer to cover Math.sqrt as well. (Closed)

Created:
6 years, 2 months ago by Michael Starzinger
Modified:
6 years, 2 months ago
Reviewers:
Benedikt Meurer
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Extend JSBuiltinReducer to cover Math.sqrt as well. R=bmeurer@chromium.org TEST=compiler-unittests/JSBuiltinReducerTest.MathSqrt Committed: https://code.google.com/p/v8/source/detail?r=24177

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comment by Benedikt. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -8 lines) Patch
M src/compiler/arm/code-generator-arm.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/arm/instruction-codes-arm.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/arm/instruction-selector-arm.cc View 2 chunks +7 lines, -0 lines 0 comments Download
M src/compiler/arm64/code-generator-arm64.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/arm64/instruction-codes-arm64.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/arm64/instruction-selector-arm64.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M src/compiler/graph-unittest.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/graph-unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/ia32/code-generator-ia32.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/ia32/instruction-codes-ia32.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/ia32/instruction-selector-ia32.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/compiler/instruction-selector.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/js-builtin-reducer.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/js-builtin-reducer.cc View 2 chunks +14 lines, -0 lines 0 comments Download
M src/compiler/js-builtin-reducer-unittest.cc View 1 6 chunks +26 lines, -6 lines 0 comments Download
M src/compiler/machine-operator.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/machine-operator.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/machine-operator-unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/compiler/opcodes.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/simplified-lowering.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/x64/code-generator-x64.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M src/compiler/x64/instruction-codes-x64.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/x64/instruction-selector-x64.cc View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Michael Starzinger
6 years, 2 months ago (2014-09-23 15:04:22 UTC) #1
Benedikt Meurer
Please add PURE(Float64Sqrt,1,1) to machine-operator-unittest.cc as well. https://codereview.chromium.org/595963002/diff/1/src/compiler/js-builtin-reducer-unittest.cc File src/compiler/js-builtin-reducer-unittest.cc (right): https://codereview.chromium.org/595963002/diff/1/src/compiler/js-builtin-reducer-unittest.cc#newcode76 src/compiler/js-builtin-reducer-unittest.cc:76: EXPECT_TRUE(r.Changed()); Nit: ...
6 years, 2 months ago (2014-09-24 06:34:43 UTC) #2
Michael Starzinger
Addressed comments. PTAL. https://codereview.chromium.org/595963002/diff/1/src/compiler/js-builtin-reducer-unittest.cc File src/compiler/js-builtin-reducer-unittest.cc (right): https://codereview.chromium.org/595963002/diff/1/src/compiler/js-builtin-reducer-unittest.cc#newcode76 src/compiler/js-builtin-reducer-unittest.cc:76: EXPECT_TRUE(r.Changed()); On 2014/09/24 06:34:43, Benedikt Meurer ...
6 years, 2 months ago (2014-09-24 08:20:51 UTC) #3
Benedikt Meurer
LGTM
6 years, 2 months ago (2014-09-24 09:30:08 UTC) #4
Michael Starzinger
6 years, 2 months ago (2014-09-24 10:24:42 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 24177 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698