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

Issue 58003003: Impelments IfThenElse instruction for ARM and MIPS. (Closed)

Created:
7 years, 1 month ago by zra
Modified:
7 years, 1 month ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Impelments IfThenElse instruction for ARM and MIPS. R=fschneider@google.com Committed: https://code.google.com/p/dart/source/detail?r=29933

Patch Set 1 #

Total comments: 16

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+296 lines, -66 lines) Patch
M runtime/vm/assembler_arm.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/assembler_arm.cc View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M runtime/vm/assembler_mips.h View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 2 chunks +132 lines, -26 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 1 chunk +0 lines, -5 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 2 chunks +136 lines, -23 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
zra
I've just aped the ia32 implementation without thinking deeply about what this is supposed to ...
7 years, 1 month ago (2013-11-04 23:38:40 UTC) #1
zra
7 years, 1 month ago (2013-11-05 16:14:36 UTC) #2
Florian Schneider
https://codereview.chromium.org/58003003/diff/1/runtime/vm/intermediate_language_arm.cc File runtime/vm/intermediate_language_arm.cc (right): https://codereview.chromium.org/58003003/diff/1/runtime/vm/intermediate_language_arm.cc#newcode153 runtime/vm/intermediate_language_arm.cc:153: bool IfThenElseInstr::IsSupported() { Now that IsSupported is true on ...
7 years, 1 month ago (2013-11-05 16:57:52 UTC) #3
zra
https://codereview.chromium.org/58003003/diff/1/runtime/vm/intermediate_language_arm.cc File runtime/vm/intermediate_language_arm.cc (right): https://codereview.chromium.org/58003003/diff/1/runtime/vm/intermediate_language_arm.cc#newcode153 runtime/vm/intermediate_language_arm.cc:153: bool IfThenElseInstr::IsSupported() { On 2013/11/05 16:57:53, Florian Schneider wrote: ...
7 years, 1 month ago (2013-11-05 18:32:13 UTC) #4
Florian Schneider
LGTM.
7 years, 1 month ago (2013-11-05 19:26:55 UTC) #5
zra
7 years, 1 month ago (2013-11-05 20:45:32 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r29933 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698