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

Issue 12381034: Second codegen test passing on ARM (simulated). (Closed)

Created:
7 years, 9 months ago by regis
Modified:
7 years, 9 months ago
Reviewers:
zra, srdjan, siva, Ivan Posva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Second codegen test passing on ARM (simulated). This required support on ARM for: - compilation of static calls - patching of static calls - stub to call into runtime - redirection support for calls from simulator to host runtime - stack frame iteration Committed: https://code.google.com/p/dart/source/detail?r=19405

Patch Set 1 #

Total comments: 15

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+352 lines, -46 lines) Patch
M runtime/vm/assembler_arm.h View 1 3 chunks +12 lines, -0 lines 0 comments Download
M runtime/vm/assembler_arm.cc View 1 3 chunks +45 lines, -1 line 0 comments Download
M runtime/vm/assembler_macros_arm.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/vm/code_generator_test.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/code_patcher_arm.cc View 1 3 chunks +5 lines, -3 lines 0 comments Download
M runtime/vm/constants_arm.h View 1 1 chunk +23 lines, -5 lines 0 comments Download
M runtime/vm/disassembler_arm.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 1 2 chunks +24 lines, -2 lines 0 comments Download
M runtime/vm/instructions_arm.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 1 chunk +5 lines, -2 lines 0 comments Download
M runtime/vm/native_arguments.h View 1 2 chunks +8 lines, -1 line 0 comments Download
M runtime/vm/runtime_entry_arm.cc View 1 1 chunk +27 lines, -1 line 0 comments Download
M runtime/vm/simulator_arm.h View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/simulator_arm.cc View 1 8 chunks +10 lines, -11 lines 0 comments Download
M runtime/vm/simulator_mips.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/simulator_mips.cc View 1 1 chunk +15 lines, -0 lines 0 comments Download
M runtime/vm/stack_frame.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M runtime/vm/stack_frame.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M runtime/vm/stack_frame_arm.cc View 1 2 chunks +7 lines, -1 line 0 comments Download
M runtime/vm/stack_frame_ia32.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/stack_frame_mips.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/stack_frame_x64.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 5 chunks +128 lines, -5 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
regis
See you on Monday, Regis
7 years, 9 months ago (2013-03-01 06:56:14 UTC) #1
zra
https://codereview.chromium.org/12381034/diff/1/runtime/vm/assembler_arm.cc File runtime/vm/assembler_arm.cc (right): https://codereview.chromium.org/12381034/diff/1/runtime/vm/assembler_arm.cc#newcode1051 runtime/vm/assembler_arm.cc:1051: void Assembler::Drop(intptr_t stack_elements) { Maybe change name to DropFromStack? ...
7 years, 9 months ago (2013-03-01 17:32:49 UTC) #2
srdjan
https://codereview.chromium.org/12381034/diff/1/runtime/vm/assembler_arm.cc File runtime/vm/assembler_arm.cc (right): https://codereview.chromium.org/12381034/diff/1/runtime/vm/assembler_arm.cc#newcode1051 runtime/vm/assembler_arm.cc:1051: void Assembler::Drop(intptr_t stack_elements) { On 2013/03/01 17:32:49, zra wrote: ...
7 years, 9 months ago (2013-03-01 17:46:28 UTC) #3
regis
Thanks! https://codereview.chromium.org/12381034/diff/1/runtime/vm/assembler_arm.cc File runtime/vm/assembler_arm.cc (right): https://codereview.chromium.org/12381034/diff/1/runtime/vm/assembler_arm.cc#newcode1051 runtime/vm/assembler_arm.cc:1051: void Assembler::Drop(intptr_t stack_elements) { On 2013/03/01 17:46:28, srdjan ...
7 years, 9 months ago (2013-03-04 17:52:18 UTC) #4
regis
7 years, 9 months ago (2013-03-04 18:08:51 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r19405 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698