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

Issue 13722022: Adds macros to the MIPS assembler for detecting overflow. (Closed)

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

Description

Adds macros to the MIPS assembler for detecting overflow. Committed: https://code.google.com/p/dart/source/detail?r=21085

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -0 lines) Patch
M runtime/vm/assembler_mips.h View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M runtime/vm/assembler_mips.cc View 1 2 3 1 chunk +38 lines, -0 lines 0 comments Download
M runtime/vm/assembler_mips_test.cc View 1 2 3 1 chunk +67 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
zra
7 years, 8 months ago (2013-04-05 23:12:29 UTC) #1
regis
https://codereview.chromium.org/13722022/diff/4001/runtime/vm/assembler_mips.cc File runtime/vm/assembler_mips.cc (right): https://codereview.chromium.org/13722022/diff/4001/runtime/vm/assembler_mips.cc#newcode91 runtime/vm/assembler_mips.cc:91: ASSERT(rd != T9); This macro should take a scratch ...
7 years, 8 months ago (2013-04-05 23:23:45 UTC) #2
zra
https://codereview.chromium.org/13722022/diff/4001/runtime/vm/assembler_mips.cc File runtime/vm/assembler_mips.cc (right): https://codereview.chromium.org/13722022/diff/4001/runtime/vm/assembler_mips.cc#newcode91 runtime/vm/assembler_mips.cc:91: ASSERT(rd != T9); On 2013/04/05 23:23:45, regis wrote: > ...
7 years, 8 months ago (2013-04-06 00:04:19 UTC) #3
regis
LGTM with one comment and one idea for a later cl. Regarding the function you ...
7 years, 8 months ago (2013-04-06 00:33:24 UTC) #4
zra
I added to the comment, and also added a test for the case that the ...
7 years, 8 months ago (2013-04-08 16:45:25 UTC) #5
zra
7 years, 8 months ago (2013-04-08 16:51:17 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 manually as r21085 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698