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

Issue 12335102: Compile and simulate first dart function on arm generated from ast. (Closed)

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

Description

Compile and simulate first dart function on arm generated from ast. Committed: https://code.google.com/p/dart/source/detail?r=19152

Patch Set 1 #

Total comments: 7

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+788 lines, -116 lines) Patch
M runtime/vm/assembler_arm.h View 1 4 chunks +28 lines, -10 lines 0 comments Download
M runtime/vm/assembler_arm.cc View 1 10 chunks +95 lines, -16 lines 0 comments Download
M runtime/vm/assembler_macros_arm.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M runtime/vm/assembler_macros_arm.cc View 1 2 chunks +44 lines, -2 lines 0 comments Download
M runtime/vm/code_generator_test.cc View 1 4 chunks +17 lines, -10 lines 0 comments Download
M runtime/vm/compiler.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/constants_arm.h View 1 5 chunks +12 lines, -9 lines 0 comments Download
M runtime/vm/constants_ia32.h View 1 3 chunks +6 lines, -4 lines 0 comments Download
M runtime/vm/constants_mips.h View 1 3 chunks +7 lines, -4 lines 0 comments Download
M runtime/vm/constants_x64.h View 1 3 chunks +5 lines, -2 lines 0 comments Download
M runtime/vm/disassembler_arm.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_allocator.cc View 1 1 chunk +11 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 2 chunks +10 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 1 6 chunks +235 lines, -8 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 4 chunks +85 lines, -9 lines 0 comments Download
M runtime/vm/isolate.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M runtime/vm/locations.h View 1 2 chunks +6 lines, -3 lines 0 comments Download
M runtime/vm/object.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/simulator_arm.h View 1 2 chunks +3 lines, -4 lines 0 comments Download
M runtime/vm/simulator_arm.cc View 1 4 chunks +23 lines, -16 lines 0 comments Download
M runtime/vm/simulator_mips.h View 1 3 chunks +8 lines, -0 lines 0 comments Download
M runtime/vm/simulator_mips.cc View 1 2 chunks +19 lines, -1 line 0 comments Download
M runtime/vm/stack_frame_arm.cc View 1 1 chunk +24 lines, -14 lines 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 2 chunks +131 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
regis
There is a enough to review for everyone :-)
7 years, 10 months ago (2013-02-26 19:30:25 UTC) #1
srdjan
LGTM with comments & question. https://codereview.chromium.org/12335102/diff/1/runtime/vm/code_generator_test.cc File runtime/vm/code_generator_test.cc (right): https://codereview.chromium.org/12335102/diff/1/runtime/vm/code_generator_test.cc#newcode568 runtime/vm/code_generator_test.cc:568: #endif Add comment to ...
7 years, 9 months ago (2013-02-26 23:23:09 UTC) #2
regis
Thanks Srdjan. See my replies/question. I'll upload after others have reviewed. -- Regis https://codereview.chromium.org/12335102/diff/1/runtime/vm/code_generator_test.cc File ...
7 years, 9 months ago (2013-02-27 00:19:26 UTC) #3
srdjan
https://codereview.chromium.org/12335102/diff/1/runtime/vm/flow_graph_allocator.cc File runtime/vm/flow_graph_allocator.cc (right): https://codereview.chromium.org/12335102/diff/1/runtime/vm/flow_graph_allocator.cc#newcode80 runtime/vm/flow_graph_allocator.cc:80: On 2013/02/27 00:19:26, regis wrote: > On 2013/02/26 23:23:09, ...
7 years, 9 months ago (2013-02-27 00:27:24 UTC) #4
regis
7 years, 9 months ago (2013-02-27 17:14:05 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r19152 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698