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

Issue 14309004: Implement long jump in ARM and MIPS simulators. (Closed)

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

Description

Implement long jump in ARM and MIPS simulators. Implement error and exception handler stubs on ARM. Hook up simulator for object tests. Enable codegen and object tests on ARM. Committed: https://code.google.com/p/dart/source/detail?r=21680

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+270 lines, -78 lines) Patch
M runtime/vm/assembler_arm.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/assembler_mips.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/code_generator_test.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M runtime/vm/constants_arm.h View 1 1 chunk +5 lines, -2 lines 0 comments Download
M runtime/vm/constants_mips.h View 1 1 chunk +9 lines, -0 lines 0 comments Download
M runtime/vm/exceptions.cc View 1 2 chunks +65 lines, -35 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 1 chunk +12 lines, -3 lines 0 comments Download
M runtime/vm/object_arm_test.cc View 1 1 chunk +20 lines, -3 lines 0 comments Download
M runtime/vm/object_test.cc View 1 7 chunks +36 lines, -10 lines 0 comments Download
M runtime/vm/simulator_arm.h View 1 1 chunk +5 lines, -1 line 0 comments Download
M runtime/vm/simulator_arm.cc View 1 3 chunks +32 lines, -13 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 3 chunks +42 lines, -3 lines 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 1 chunk +28 lines, -4 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
regis
7 years, 8 months ago (2013-04-18 00:04:49 UTC) #1
siva
LGTM with one comment regarding re-factoring. https://codereview.chromium.org/14309004/diff/1/runtime/vm/exceptions.cc File runtime/vm/exceptions.cc (right): https://codereview.chromium.org/14309004/diff/1/runtime/vm/exceptions.cc#newcode254 runtime/vm/exceptions.cc:254: #endif We not ...
7 years, 8 months ago (2013-04-18 02:07:12 UTC) #2
zra
lgtm with question https://codereview.chromium.org/14309004/diff/1/runtime/vm/stub_code_arm.cc File runtime/vm/stub_code_arm.cc (right): https://codereview.chromium.org/14309004/diff/1/runtime/vm/stub_code_arm.cc#newcode1489 runtime/vm/stub_code_arm.cc:1489: __ ldr(R1, Address(SP, 0)); // Error ...
7 years, 8 months ago (2013-04-18 15:45:25 UTC) #3
regis
Thanks! I will try to merge the stubs in a following cl on all architectures. ...
7 years, 8 months ago (2013-04-18 16:18:27 UTC) #4
regis
7 years, 8 months ago (2013-04-18 16:23:49 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r21680 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698