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

Issue 14556002: Uses slt and sltu for signed vs. unsigned comparison by the MIPS assembler. (Closed)

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

Description

Uses slt and sltu for signed vs. unsigned comparison by the MIPS assembler. Previously, the sequence subu/b{gt,le,...}z was used, which fails to distinguish between signed and unsigned comparison. R=regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=22159

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -70 lines) Patch
M runtime/tests/vm/vm.status View 1 chunk +0 lines, -2 lines 0 comments Download
M runtime/vm/assembler_mips.h View 1 1 chunk +60 lines, -48 lines 0 comments Download
M runtime/vm/assembler_mips.cc View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_mips.cc View 3 chunks +7 lines, -4 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 3 chunks +7 lines, -7 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 1 8 chunks +9 lines, -8 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
zra
Hopefully this will fix the problem with the timeout in the interrupt tests. Before they ...
7 years, 7 months ago (2013-04-29 23:56:09 UTC) #1
regis
LGTM with one comment about naming conventions. https://codereview.chromium.org/14556002/diff/1/runtime/vm/assembler_mips.h File runtime/vm/assembler_mips.h (right): https://codereview.chromium.org/14556002/diff/1/runtime/vm/assembler_mips.h#newcode722 runtime/vm/assembler_mips.h:722: void BranchGreater(Register ...
7 years, 7 months ago (2013-04-30 00:14:50 UTC) #2
zra
https://codereview.chromium.org/14556002/diff/1/runtime/vm/assembler_mips.h File runtime/vm/assembler_mips.h (right): https://codereview.chromium.org/14556002/diff/1/runtime/vm/assembler_mips.h#newcode722 runtime/vm/assembler_mips.h:722: void BranchGreater(Register rd, Register rs, Label* l) { On ...
7 years, 7 months ago (2013-04-30 00:30:07 UTC) #3
zra
7 years, 7 months ago (2013-04-30 00:35:14 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r22159 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698