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

Issue 14289006: Implements catch on MIPS. (Closed)

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

Description

Implements catch on MIPS. Enables UnhandledException test for MIPS. Committed: https://code.google.com/p/dart/source/detail?r=21898

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -23 lines) Patch
M runtime/vm/constants_mips.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/exceptions_test.cc View 2 chunks +0 lines, -6 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 2 chunks +40 lines, -6 lines 0 comments Download
M runtime/vm/simulator_mips.cc View 2 chunks +3 lines, -1 line 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/stub_code_mips.cc View 1 2 3 chunks +7 lines, -7 lines 1 comment Download

Messages

Total messages: 5 (0 generated)
zra
7 years, 8 months ago (2013-04-23 16:45:26 UTC) #1
regis
LGTM, with a surprising choice of registers, though. https://codereview.chromium.org/14289006/diff/2002/runtime/vm/constants_mips.h File runtime/vm/constants_mips.h (right): https://codereview.chromium.org/14289006/diff/2002/runtime/vm/constants_mips.h#newcode159 runtime/vm/constants_mips.h:159: const ...
7 years, 8 months ago (2013-04-23 17:24:48 UTC) #2
zra
Thanks! https://codereview.chromium.org/14289006/diff/2002/runtime/vm/constants_mips.h File runtime/vm/constants_mips.h (right): https://codereview.chromium.org/14289006/diff/2002/runtime/vm/constants_mips.h#newcode159 runtime/vm/constants_mips.h:159: const Register kStackTraceObjectReg = A1; On 2013/04/23 17:24:49, ...
7 years, 8 months ago (2013-04-23 18:03:57 UTC) #3
zra
Committed patchset #3 manually as r21898 (presubmit successful).
7 years, 8 months ago (2013-04-23 18:15:57 UTC) #4
regis
7 years, 8 months ago (2013-04-23 18:46:18 UTC) #5
Message was sent while issue was closed.
https://codereview.chromium.org/14289006/diff/10001/runtime/vm/stub_code_mips.cc
File runtime/vm/stub_code_mips.cc (right):

https://codereview.chromium.org/14289006/diff/10001/runtime/vm/stub_code_mips...
runtime/vm/stub_code_mips.cc:1609: __ mov(RA, A0);  // Program counter.
You do not need temp registers TMP1 and RA anymore, since you do not have any
overlap anymore.

Powered by Google App Engine
This is Rietveld 408576698