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

Issue 190383002: Handle non-power-of-2 divisors in division-like operations (Closed)

Created:
6 years, 9 months ago by Sven Panne
Modified:
6 years, 9 months ago
CC:
v8-dev
Visibility:
Public.

Description

Handle non-power-of-2 divisors in division-like operations R=bmeurer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=19719

Patch Set 1 #

Total comments: 5

Patch Set 2 : Rebased #

Total comments: 1

Patch Set 3 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+942 lines, -357 lines) Patch
M src/a64/lithium-a64.h View 6 chunks +65 lines, -0 lines 0 comments Download
M src/a64/lithium-a64.cc View 9 chunks +72 lines, -12 lines 0 comments Download
M src/a64/lithium-codegen-a64.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/a64/lithium-codegen-a64.cc View 1 4 chunks +90 lines, -0 lines 0 comments Download
M src/a64/macro-assembler-a64.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/a64/macro-assembler-a64.cc View 1 chunk +20 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.h View 6 chunks +48 lines, -6 lines 0 comments Download
M src/arm/lithium-arm.cc View 7 chunks +58 lines, -38 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +0 lines, -11 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 4 chunks +74 lines, -154 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 chunk +16 lines, -0 lines 0 comments Download
M src/assembler.h View 1 chunk +15 lines, -0 lines 0 comments Download
M src/assembler.cc View 1 chunk +33 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 4 chunks +64 lines, -45 lines 0 comments Download
M src/ia32/lithium-ia32.h View 6 chunks +63 lines, -4 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 5 chunks +71 lines, -9 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +16 lines, -0 lines 0 comments Download
M src/utils.h View 1 chunk +0 lines, -26 lines 0 comments Download
M src/utils.cc View 1 chunk +0 lines, -14 lines 0 comments Download
M src/x64/assembler-x64.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 3 chunks +65 lines, -27 lines 0 comments Download
M src/x64/lithium-x64.h View 6 chunks +63 lines, -4 lines 0 comments Download
M src/x64/lithium-x64.cc View 5 chunks +68 lines, -7 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Sven Panne
6 years, 9 months ago (2014-03-07 08:23:24 UTC) #1
Benedikt Meurer
LGTM
6 years, 9 months ago (2014-03-07 11:27:37 UTC) #2
m.m.capewell
https://codereview.chromium.org/190383002/diff/1/src/a64/macro-assembler-a64.cc File src/a64/macro-assembler-a64.cc (right): https://codereview.chromium.org/190383002/diff/1/src/a64/macro-assembler-a64.cc#newcode4939 src/a64/macro-assembler-a64.cc:4939: ASSERT(!AreAliased(dividend, result, tmp)); Also assert that result and dividend ...
6 years, 9 months ago (2014-03-07 11:37:29 UTC) #3
Sven Panne
Committed patchset #3 manually as r19719 (presubmit successful).
6 years, 9 months ago (2014-03-07 11:44:22 UTC) #4
Sven Panne
6 years, 9 months ago (2014-03-07 11:46:33 UTC) #5
Message was sent while issue was closed.
On 2014/03/07 11:37:29, m.m.capewell wrote:
> [...]

Ooops, the comments slipped between the LGTM and the actual commit, caused by a
rebase orgy. :-P I'll handle these in a separate CL...

Powered by Google App Engine
This is Rietveld 408576698