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

Issue 817593002: Improve generated MIPS code for conditional expressions and branches by delaying (Closed)

Created:
6 years ago by regis
Modified:
6 years ago
Reviewers:
zra
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Improve generated MIPS code for conditional expressions and branches by delaying emission of comparison code. Improve instruction tracing in all simulators. R=zra@google.com Committed: https://code.google.com/p/dart/source/detail?r=42555

Patch Set 1 #

Total comments: 14

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+668 lines, -298 lines) Patch
M runtime/vm/assembler_mips.h View 1 2 9 chunks +335 lines, -26 lines 0 comments Download
M runtime/vm/assembler_mips.cc View 1 2 3 chunks +2 lines, -14 lines 0 comments Download
M runtime/vm/constants_mips.h View 1 2 4 chunks +12 lines, -6 lines 0 comments Download
M runtime/vm/disassembler_mips.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_mips.cc View 1 2 3 chunks +10 lines, -8 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 2 16 chunks +223 lines, -208 lines 0 comments Download
M runtime/vm/intrinsifier_mips.cc View 1 2 7 chunks +8 lines, -9 lines 0 comments Download
M runtime/vm/simulator_arm.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/simulator_arm.cc View 1 2 5 chunks +21 lines, -6 lines 0 comments Download
M runtime/vm/simulator_arm64.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/simulator_arm64.cc View 1 2 5 chunks +21 lines, -6 lines 0 comments Download
M runtime/vm/simulator_mips.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/simulator_mips.cc View 1 2 8 chunks +24 lines, -12 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
regis
6 years ago (2014-12-19 01:15:26 UTC) #2
zra
https://codereview.chromium.org/817593002/diff/1/runtime/vm/assembler_mips.h File runtime/vm/assembler_mips.h (right): https://codereview.chromium.org/817593002/diff/1/runtime/vm/assembler_mips.h#newcode979 runtime/vm/assembler_mips.h:979: addiu(AT, ZR, Immediate(cond.imm())); Why not LoadImmediate? https://codereview.chromium.org/817593002/diff/1/runtime/vm/assembler_mips.h#newcode1061 runtime/vm/assembler_mips.h:1061: ASSERT((left ...
6 years ago (2014-12-19 17:49:48 UTC) #3
regis
Thanks! PTAL https://codereview.chromium.org/817593002/diff/1/runtime/vm/assembler_mips.h File runtime/vm/assembler_mips.h (right): https://codereview.chromium.org/817593002/diff/1/runtime/vm/assembler_mips.h#newcode979 runtime/vm/assembler_mips.h:979: addiu(AT, ZR, Immediate(cond.imm())); On 2014/12/19 17:49:47, zra ...
6 years ago (2014-12-22 20:17:34 UTC) #4
zra
lgtm
6 years ago (2014-12-22 20:46:00 UTC) #5
regis
6 years ago (2014-12-22 20:50:22 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as r42555.

Powered by Google App Engine
This is Rietveld 408576698