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

Issue 227553003: Fixed flooring division by -1 on ARM. (Closed)

Created:
6 years, 8 months ago by Sven Panne
Modified:
6 years, 8 months ago
Reviewers:
Benedikt Meurer
CC:
v8-dev
Visibility:
Public.

Description

Fixed flooring division by -1 on ARM. We should avoid ASR #0 on ARM. Simplified and improved code a bit while we're there on all platforms. Human brains are very bad at understanding nested structures... BUG=v8:3259 LOG=y R=bmeurer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=20544

Patch Set 1 #

Patch Set 2 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -44 lines) Patch
M src/arm/lithium-codegen-arm.cc View 1 chunk +13 lines, -11 lines 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 1 chunk +17 lines, -11 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +15 lines, -11 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 chunk +17 lines, -11 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Sven Panne
As discussed offline, no test case attached, it would break quite soon, anyway.
6 years, 8 months ago (2014-04-07 11:50:21 UTC) #1
Benedikt Meurer
LGTM
6 years, 8 months ago (2014-04-07 11:52:51 UTC) #2
Sven Panne
6 years, 8 months ago (2014-04-07 12:08:53 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r20544 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698