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

Issue 12321149: Implements shifted offset register addressing mode for arm. (Closed)

Created:
7 years, 10 months ago by zra
Modified:
7 years, 10 months ago
Reviewers:
regis
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Implements shifted offset register addressing mode for arm. Committed: https://code.google.com/p/dart/source/detail?r=19102

Patch Set 1 #

Total comments: 9

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+149 lines, -2 lines) Patch
M runtime/vm/assembler_arm.h View 1 5 chunks +23 lines, -1 line 0 comments Download
M runtime/vm/assembler_arm.cc View 3 chunks +3 lines, -1 line 0 comments Download
M runtime/vm/assembler_arm_test.cc View 1 2 chunks +123 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
zra
7 years, 10 months ago (2013-02-26 22:45:05 UTC) #1
regis
Excellent! I only have comments about coding style, which is expected at the beginning. Please, ...
7 years, 10 months ago (2013-02-26 23:39:48 UTC) #2
zra
On 2013/02/26 23:39:48, regis wrote: https://codereview.chromium.org/12321149/diff/1/runtime/vm/assembler_arm.h#newcode112 > ASSERT(!((shift == LSL) && (shift_imm == 0))); > ...
7 years, 10 months ago (2013-02-27 00:04:24 UTC) #3
zra
Thanks =) I've made the changes. Cheers, Zach
7 years, 10 months ago (2013-02-27 00:10:06 UTC) #4
regis
LGTM!
7 years, 10 months ago (2013-02-27 00:21:58 UTC) #5
zra
7 years, 10 months ago (2013-02-27 00:36:02 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r19102 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698