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

Issue 12041056: Initial revision of ARM simulator and (empty) MIPS simulator. (Closed)

Created:
7 years, 11 months ago by regis
Modified:
7 years, 11 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Initial revision of ARM simulator and (empty) MIPS simulator. Committed: https://code.google.com/p/dart/source/detail?r=17623

Patch Set 1 #

Total comments: 28

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3475 lines, -5 lines) Patch
M runtime/vm/constants_arm.h View 1 2 3 2 chunks +330 lines, -0 lines 0 comments Download
M runtime/vm/dart.cc View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/disassembler.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/isolate.h View 1 2 3 5 chunks +9 lines, -4 lines 0 comments Download
M runtime/vm/isolate.cc View 1 2 3 3 chunks +5 lines, -0 lines 0 comments Download
M runtime/vm/native_arguments.h View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/os.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/os_android.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/os_linux.cc View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
M runtime/vm/os_macos.cc View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M runtime/vm/os_win.cc View 1 2 3 1 chunk +16 lines, -0 lines 0 comments Download
A runtime/vm/simulator.h View 1 1 chunk +36 lines, -0 lines 0 comments Download
A runtime/vm/simulator_arm.h View 1 1 chunk +230 lines, -0 lines 0 comments Download
A runtime/vm/simulator_arm.cc View 1 1 chunk +2740 lines, -0 lines 0 comments Download
A runtime/vm/simulator_mips.h View 1 1 chunk +32 lines, -0 lines 0 comments Download
A runtime/vm/simulator_mips.cc View 1 chunk +36 lines, -0 lines 0 comments Download
M runtime/vm/vm_sources.gypi View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
regis
7 years, 11 months ago (2013-01-23 22:29:49 UTC) #1
siva
LGTM with some comments. https://chromiumcodereview.appspot.com/12041056/diff/1/runtime/vm/isolate.cc File runtime/vm/isolate.cc (right): https://chromiumcodereview.appspot.com/12041056/diff/1/runtime/vm/isolate.cc#newcode304 runtime/vm/isolate.cc:304: #endif Is the #if defined(USING_SIMULATOR) ...
7 years, 11 months ago (2013-01-24 02:03:09 UTC) #2
Kevin Millikin (Google)
Drive by. https://chromiumcodereview.appspot.com/12041056/diff/1/runtime/vm/os_linux.cc File runtime/vm/os_linux.cc (right): https://chromiumcodereview.appspot.com/12041056/diff/1/runtime/vm/os_linux.cc#newcode322 runtime/vm/os_linux.cc:322: #endif On 2013/01/24 02:03:09, siva wrote: > ...
7 years, 11 months ago (2013-01-24 08:26:36 UTC) #3
Ivan Posva
https://codereview.chromium.org/12041056/diff/1/runtime/vm/constants_arm.h File runtime/vm/constants_arm.h (right): https://codereview.chromium.org/12041056/diff/1/runtime/vm/constants_arm.h#newcode143 runtime/vm/constants_arm.h:143: const Register kExceptionObjectReg = R0; Are you sure this ...
7 years, 11 months ago (2013-01-24 18:25:57 UTC) #4
regis
Thanks! Please, have another look. https://chromiumcodereview.appspot.com/12041056/diff/1/runtime/vm/constants_arm.h File runtime/vm/constants_arm.h (right): https://chromiumcodereview.appspot.com/12041056/diff/1/runtime/vm/constants_arm.h#newcode143 runtime/vm/constants_arm.h:143: const Register kExceptionObjectReg = ...
7 years, 11 months ago (2013-01-24 21:47:48 UTC) #5
Ivan Posva
7 years, 11 months ago (2013-01-25 00:33:08 UTC) #6
LGTM -ip

Powered by Google App Engine
This is Rietveld 408576698