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

Issue 14733002: On MIPS, uses more branch delay slots. (Closed)

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

Description

On MIPS, uses more branch delay slots. Also, tries to reorganize loops to look like what gcc produces. R=regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=22262

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+143 lines, -107 lines) Patch
M runtime/vm/assembler_mips.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/assembler_mips.cc View 1 1 chunk +18 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_mips.cc View 1 7 chunks +31 lines, -26 lines 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/stub_code_mips.cc View 1 25 chunks +90 lines, -80 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
zra
7 years, 7 months ago (2013-05-01 00:29:33 UTC) #1
regis
LGTM with a suggestion. https://codereview.chromium.org/14733002/diff/1/runtime/vm/assembler_mips.h File runtime/vm/assembler_mips.h (right): https://codereview.chromium.org/14733002/diff/1/runtime/vm/assembler_mips.h#newcode176 runtime/vm/assembler_mips.h:176: void LeaveStubFrameSPRestore(bool uses_pp = false); ...
7 years, 7 months ago (2013-05-01 01:21:46 UTC) #2
zra
https://codereview.chromium.org/14733002/diff/1/runtime/vm/assembler_mips.h File runtime/vm/assembler_mips.h (right): https://codereview.chromium.org/14733002/diff/1/runtime/vm/assembler_mips.h#newcode176 runtime/vm/assembler_mips.h:176: void LeaveStubFrameSPRestore(bool uses_pp = false); On 2013/05/01 01:21:46, regis ...
7 years, 7 months ago (2013-05-01 16:53:17 UTC) #3
zra
7 years, 7 months ago (2013-05-01 16:56:36 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r22262 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698