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

Issue 6349052: Implements Modulo operation on ARM for DoArithmeticD. (Closed)

Created:
9 years, 10 months ago by Rodolph Perfetta
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Implements Modulo operation on ARM for DoArithmeticD. BUG=none TEST=none Committed: http://code.google.com/p/v8/source/detail?r=6599

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -1 line) Patch
M src/arm/lithium-codegen-arm.cc View 1 chunk +12 lines, -1 line 2 comments Download

Messages

Total messages: 2 (0 generated)
Rodolph Perfetta
9 years, 10 months ago (2011-02-02 18:40:08 UTC) #1
Søren Thygesen Gjesse
9 years, 10 months ago (2011-02-03 09:00:23 UTC) #2
LGTM

I decided against the Push(r3, r2, r1, r0)

Committed: http://code.google.com/p/v8/source/detail?r=6599

http://codereview.chromium.org/6349052/diff/1/src/arm/lithium-codegen-arm.cc
File src/arm/lithium-codegen-arm.cc (right):

http://codereview.chromium.org/6349052/diff/1/src/arm/lithium-codegen-arm.cc#...
src/arm/lithium-codegen-arm.cc:1400: case Token::MOD: {
Please use Push(r3, r2, r1, r0)

http://codereview.chromium.org/6349052/diff/1/src/arm/lithium-codegen-arm.cc#...
src/arm/lithium-codegen-arm.cc:1411: // Restore r0-r3.
We currently don't have a Pop(r0, r1, r2, r4), so maybe using Push is a bad
idea.

Powered by Google App Engine
This is Rietveld 408576698