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

Issue 19806005: Increases the number of ARM floating-point registers. (Closed)

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

Description

Increases the number of ARM floating-point registers. This is to be consistent with VFPv3_D32. Later, we'll detect VFPv3_D16 at runtime. R=regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=25352

Patch Set 1 #

Total comments: 16

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -36 lines) Patch
M runtime/vm/assembler_arm.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/assembler_arm.cc View 1 3 chunks +22 lines, -8 lines 0 comments Download
M runtime/vm/assembler_arm_test.cc View 1 3 chunks +6 lines, -6 lines 0 comments Download
M runtime/vm/constants_arm.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 4 chunks +9 lines, -5 lines 0 comments Download
M runtime/vm/simulator_arm.cc View 1 chunk +17 lines, -13 lines 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
zra
Found the bug from yesterday. vstmd and vldrd can only handle up to 16 registers ...
7 years, 5 months ago (2013-07-23 17:13:37 UTC) #1
regis
LGTM with comments https://codereview.chromium.org/19806005/diff/1/runtime/vm/assembler_arm.cc File runtime/vm/assembler_arm.cc (right): https://codereview.chromium.org/19806005/diff/1/runtime/vm/assembler_arm.cc#newcode923 runtime/vm/assembler_arm.cc:923: ASSERT(last - first <= 16); ASSERT((last ...
7 years, 5 months ago (2013-07-23 17:38:04 UTC) #2
zra
Thanks! https://codereview.chromium.org/19806005/diff/1/runtime/vm/assembler_arm.cc File runtime/vm/assembler_arm.cc (right): https://codereview.chromium.org/19806005/diff/1/runtime/vm/assembler_arm.cc#newcode923 runtime/vm/assembler_arm.cc:923: ASSERT(last - first <= 16); On 2013/07/23 17:38:04, ...
7 years, 5 months ago (2013-07-23 18:24:14 UTC) #3
zra
7 years, 5 months ago (2013-07-23 18:25:49 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r25352 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698