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

Issue 243773002: Adds Runtime call stub and Dart entry stub to 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

Adds Runtime call stub and Dart entry stub to ARM64. R=regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=35190

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+904 lines, -65 lines) Patch
M runtime/vm/assembler_arm64.h View 1 2 3 8 chunks +52 lines, -19 lines 0 comments Download
M runtime/vm/assembler_arm64.cc View 1 2 3 2 chunks +139 lines, -0 lines 0 comments Download
M runtime/vm/assembler_x64.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/constants_arm64.h View 1 2 3 4 chunks +5 lines, -4 lines 0 comments Download
M runtime/vm/disassembler_arm64.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/runtime_entry_arm64.cc View 1 2 3 1 chunk +32 lines, -1 line 0 comments Download
M runtime/vm/runtime_entry_test.cc View 1 2 3 2 chunks +0 lines, -6 lines 0 comments Download
M runtime/vm/simulator_arm64.h View 1 2 3 6 chunks +36 lines, -4 lines 0 comments Download
M runtime/vm/simulator_arm64.cc View 1 2 3 12 chunks +249 lines, -10 lines 0 comments Download
M runtime/vm/snapshot_test.cc View 1 2 3 3 chunks +5 lines, -4 lines 0 comments Download
M runtime/vm/stack_frame_arm64.h View 1 2 3 1 chunk +30 lines, -13 lines 0 comments Download
M runtime/vm/stub_code_arm64.cc View 1 2 3 2 chunks +245 lines, -2 lines 0 comments Download
M runtime/vm/stub_code_arm64_test.cc View 1 2 3 1 chunk +106 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
zra
6 years, 8 months ago (2014-04-18 21:34:58 UTC) #1
regis
LGTM Regarding the stack frame layout, it would make sense to move the PC marker ...
6 years, 8 months ago (2014-04-18 22:15:30 UTC) #2
zra
Thanks! I rearranged the stack frame to match x64. It doesn't save an instruction in ...
6 years, 8 months ago (2014-04-18 23:24:21 UTC) #3
zra
6 years, 8 months ago (2014-04-18 23:43:27 UTC) #4
Message was sent while issue was closed.
Committed patchset #4 manually as r35190 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698