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

Issue 14499011: Do not use repeated subtractions in mod-i, it hurts performance in general. (Closed)

Created:
7 years, 7 months ago by Sven Panne
Modified:
7 years, 7 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Do not use repeated subtractions in mod-i, it hurts performance in general. ARM only: Check for -0 only when really necessary. Tiny code de-duplication. R=jkummerow@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=14479

Patch Set 1 #

Patch Set 2 : Removed unused Label #

Total comments: 1

Patch Set 3 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -65 lines) Patch
M src/arm/lithium-codegen-arm.cc View 1 5 chunks +12 lines, -35 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 2 chunks +2 lines, -15 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 2 chunks +2 lines, -15 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Sven Panne
7 years, 7 months ago (2013-04-29 12:13:23 UTC) #1
Jakob Kummerow
LGTM with a nit. https://codereview.chromium.org/14499011/diff/2001/src/arm/lithium-codegen-arm.cc File src/arm/lithium-codegen-arm.cc (right): https://codereview.chromium.org/14499011/diff/2001/src/arm/lithium-codegen-arm.cc#newcode1168 src/arm/lithium-codegen-arm.cc:1168: // Check for x % ...
7 years, 7 months ago (2013-04-29 12:57:07 UTC) #2
Sven Panne
7 years, 7 months ago (2013-04-29 13:45:41 UTC) #3
Message was sent while issue was closed.
Committed patchset #3 manually as r14479 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698