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

Issue 12052032: Improve integer division on ARM in favor of power of 2 constant divisor (Closed)

Created:
7 years, 11 months ago by rkrithiv
Modified:
7 years, 9 months ago
Reviewers:
ulan, danno
CC:
v8-dev
Visibility:
Public.

Description

Improve integer division on ARM in favor of power of 2 constant divisor BUG=none TEST=none Committed: https://code.google.com/p/v8/source/detail?r=13819

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -6 lines) Patch
M src/arm/lithium-arm.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 1 chunk +36 lines, -0 lines 0 comments Download
M test/mjsunit/math-floor-of-div.js View 1 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/math-floor-of-div-nosudiv.js View 1 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/mjsunit.status View 1 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
rkrithiv
Hi Danno, I would appreciate it if you could review my change. Thanks!
7 years, 11 months ago (2013-01-23 01:03:38 UTC) #1
danno
I'm handing this off of Ulan. However, I have two pieces of feedback: - How ...
7 years, 11 months ago (2013-01-23 13:02:20 UTC) #2
rkrithiv
On 2013/01/23 13:02:20, danno wrote: > I'm handing this off of Ulan. > > However, ...
7 years, 10 months ago (2013-02-25 19:06:22 UTC) #3
ulan
One style nit, otherwise looks good. https://codereview.chromium.org/12052032/diff/1/src/arm/lithium-codegen-arm.cc File src/arm/lithium-codegen-arm.cc (right): https://codereview.chromium.org/12052032/diff/1/src/arm/lithium-codegen-arm.cc#newcode1371 src/arm/lithium-codegen-arm.cc:1371: class DeferredDivI: public ...
7 years, 9 months ago (2013-02-27 14:12:32 UTC) #4
rkrithiv
I have moved the class up in patch set 3.Thanks!
7 years, 9 months ago (2013-02-27 20:33:36 UTC) #5
ulan
LGTM, I will land it for you.
7 years, 9 months ago (2013-03-01 09:10:42 UTC) #6
ulan
I can't find your email in the list of people who signed "Committers License Agreement" ...
7 years, 9 months ago (2013-03-01 09:58:20 UTC) #7
rkrithiv
On 2013/03/01 09:58:20, ulan wrote: > I can't find your email in the list of ...
7 years, 9 months ago (2013-03-04 19:10:32 UTC) #8
ulan
Committed patchset #3 manually as r13819 (presubmit successful).
7 years, 9 months ago (2013-03-05 08:48:06 UTC) #9
ulan
7 years, 9 months ago (2013-03-05 08:49:07 UTC) #10
Message was sent while issue was closed.
Thanks, landed.

Powered by Google App Engine
This is Rietveld 408576698