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

Issue 2088133005: [mips] implement enough bytecodes to run hello.dart (Closed)

Created:
4 years, 6 months ago by petarj
Modified:
4 years, 5 months ago
CC:
dartino-code-reviews_googlegroups.com
Base URL:
git@github.com:dartino/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

[mips] implement enough bytecodes to run hello.dart With this change, MIPS Dartino can run hello.dart from samples/general/. Also, this change incorporates some ARM changes from > More compact snapshots > https://codereview.chromium.org/2067483002/ Patch by RT-RK. BUG= https://github.com/dartino/sdk/issues/496 TEST= ninja -C out/DebugXMIPS Committed: https://github.com/dartino/sdk/commit/7b3fd93c207a3238a8213732f4d80d910d1bb8e9

Patch Set 1 #

Total comments: 8

Patch Set 2 : Comments addressed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+249 lines, -45 lines) Patch
M src/vm/interpreter_mips.cc View 1 36 chunks +249 lines, -45 lines 0 comments Download

Messages

Total messages: 9 (4 generated)
petarj
New patch uploaded. PTAL.
4 years, 6 months ago (2016-06-23 17:18:49 UTC) #4
erikcorry
https://codereview.chromium.org/2088133005/diff/1/src/vm/interpreter_mips.cc File src/vm/interpreter_mips.cc (right): https://codereview.chromium.org/2088133005/diff/1/src/vm/interpreter_mips.cc#newcode810 src/vm/interpreter_mips.cc:810: Dispatch(kInvokeAddLength); kInvokeSubLength https://codereview.chromium.org/2088133005/diff/1/src/vm/interpreter_mips.cc#newcode898 src/vm/interpreter_mips.cc:898: __ li(T0, Immediate(31)); Perhaps save ...
4 years, 5 months ago (2016-06-27 15:51:08 UTC) #5
petarj
New patch uploaded. PTAL. https://codereview.chromium.org/2088133005/diff/1/src/vm/interpreter_mips.cc File src/vm/interpreter_mips.cc (right): https://codereview.chromium.org/2088133005/diff/1/src/vm/interpreter_mips.cc#newcode810 src/vm/interpreter_mips.cc:810: Dispatch(kInvokeAddLength); On 2016/06/27 15:51:08, erikcorry ...
4 years, 5 months ago (2016-06-29 02:09:15 UTC) #6
erikcorry
Committed patchset #2 (id:20001) manually as 7b3fd93c207a3238a8213732f4d80d910d1bb8e9 (presubmit successful).
4 years, 5 months ago (2016-06-29 09:04:48 UTC) #8
erikcorry
4 years, 5 months ago (2016-06-29 09:04:57 UTC) #9
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698