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

Issue 11624022: Handle non-constant divisor in MathFloorOfDiv, on ia32/x64 (Closed)

Created:
8 years ago by Zheng Liu
Modified:
7 years, 12 months ago
Reviewers:
Yang
CC:
v8-dev, zheng.z.liu
Visibility:
Public.

Description

Handle non-constant divisor in MathFloorOfDiv, on ia32/x64 Zheng Liu zheng.z.liu@intel.com Committed: https://code.google.com/p/v8/source/detail?r=13289

Patch Set 1 : #

Total comments: 5

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+197 lines, -20 lines) Patch
M src/ia32/lithium-codegen-ia32.cc View 1 4 chunks +17 lines, -7 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 1 chunk +19 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 5 chunks +18 lines, -7 lines 0 comments Download
M src/x64/lithium-x64.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 1 chunk +19 lines, -0 lines 0 comments Download
M test/mjsunit/math-floor-of-div.js View 1 3 chunks +60 lines, -3 lines 0 comments Download
M test/mjsunit/math-floor-of-div-nosudiv.js View 1 3 chunks +60 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Zheng Liu
PTAL
8 years ago (2012-12-21 09:13:37 UTC) #1
Yang
Got some comments. https://codereview.chromium.org/11624022/diff/6001/src/ia32/lithium-codegen-ia32.cc File src/ia32/lithium-codegen-ia32.cc (right): https://codereview.chromium.org/11624022/diff/6001/src/ia32/lithium-codegen-ia32.cc#newcode1296 src/ia32/lithium-codegen-ia32.cc:1296: Label done; Tests, especially targetting this ...
7 years, 12 months ago (2012-12-27 14:41:53 UTC) #2
Zheng Liu
Fixed format and updated test. math-floor-of-div-nosudiv is also updated as a copy of math-floor-of-div
7 years, 12 months ago (2012-12-28 00:18:26 UTC) #3
Yang
7 years, 12 months ago (2012-12-28 15:51:55 UTC) #4
On 2012/12/28 00:18:26, Zheng Liu wrote:
> Fixed format and updated test.
> math-floor-of-div-nosudiv is also updated as a copy of math-floor-of-div

LGTM. Landing.

Powered by Google App Engine
This is Rietveld 408576698