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

Issue 246293010: Enables first codegen test on arm64. (Closed)

Created:
6 years, 8 months ago by zra
Modified:
6 years, 8 months ago
Reviewers:
regis
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Enables first codegen test on arm64. R=regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=35317

Patch Set 1 #

Total comments: 9

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+456 lines, -50 lines) Patch
M runtime/vm/assembler_arm64.h View 1 6 chunks +27 lines, -5 lines 0 comments Download
M runtime/vm/assembler_arm64.cc View 1 3 chunks +56 lines, -2 lines 0 comments Download
M runtime/vm/assembler_x64.h View 1 1 chunk +3 lines, -2 lines 0 comments Download
M runtime/vm/assembler_x64.cc View 1 3 chunks +9 lines, -7 lines 0 comments Download
M runtime/vm/code_generator_test.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_arm64.cc View 1 5 chunks +212 lines, -7 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/instructions_arm64_test.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 1 5 chunks +137 lines, -11 lines 0 comments Download
M runtime/vm/object.cc View 1 1 chunk +0 lines, -5 lines 0 comments Download
M runtime/vm/unit_test.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
zra
6 years, 8 months ago (2014-04-22 22:49:28 UTC) #1
regis
LGTM https://codereview.chromium.org/246293010/diff/1/runtime/vm/assembler_arm64.h File runtime/vm/assembler_arm64.h (right): https://codereview.chromium.org/246293010/diff/1/runtime/vm/assembler_arm64.h#newcode557 runtime/vm/assembler_arm64.h:557: cmp(SP, Operand(rm, UXTX, 0)); I suppose you have ...
6 years, 8 months ago (2014-04-22 23:38:10 UTC) #2
zra
Thanks! https://codereview.chromium.org/246293010/diff/1/runtime/vm/assembler_arm64.h File runtime/vm/assembler_arm64.h (right): https://codereview.chromium.org/246293010/diff/1/runtime/vm/assembler_arm64.h#newcode557 runtime/vm/assembler_arm64.h:557: cmp(SP, Operand(rm, UXTX, 0)); On 2014/04/22 23:38:10, regis ...
6 years, 8 months ago (2014-04-23 17:18:45 UTC) #3
zra
6 years, 8 months ago (2014-04-23 17:50:50 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r35317 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698