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

Issue 2463593002: VM: Enable branch merging of isnan, isinf. (Closed)

Created:
4 years, 1 month ago by Florian Schneider
Modified:
4 years, 1 month ago
Reviewers:
zra
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

VM: Enable branch merging of isnan, isinf. More general ComparisonInstr by introducing TemplateComparison. R=zra@google.com Committed: https://github.com/dart-lang/sdk/commit/b1dfa2aee15b4617032b927cd95d97f85c82dd6f

Patch Set 1 #

Patch Set 2 : DBC support #

Total comments: 12

Patch Set 3 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+371 lines, -137 lines) Patch
M runtime/vm/branch_optimizer.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/constants_dbc.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 2 14 chunks +80 lines, -40 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 2 2 chunks +12 lines, -5 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 2 chunks +36 lines, -8 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 2 chunks +41 lines, -10 lines 0 comments Download
M runtime/vm/intermediate_language_dbc.cc View 1 4 chunks +36 lines, -6 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 2 chunks +50 lines, -22 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 chunk +59 lines, -19 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 2 chunks +42 lines, -19 lines 0 comments Download
M runtime/vm/simulator_dbc.cc View 1 2 1 chunk +10 lines, -6 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
Florian Schneider
4 years, 1 month ago (2016-10-30 15:54:53 UTC) #3
zra
lgtm w/ nits https://codereview.chromium.org/2463593002/diff/20001/runtime/vm/branch_optimizer.cc File runtime/vm/branch_optimizer.cc (right): https://codereview.chromium.org/2463593002/diff/20001/runtime/vm/branch_optimizer.cc#newcode47 runtime/vm/branch_optimizer.cc:47: if (comparison->InputCount() != 2) return false; ...
4 years, 1 month ago (2016-10-31 17:28:15 UTC) #4
Florian Schneider
Thanks! https://codereview.chromium.org/2463593002/diff/20001/runtime/vm/branch_optimizer.cc File runtime/vm/branch_optimizer.cc (right): https://codereview.chromium.org/2463593002/diff/20001/runtime/vm/branch_optimizer.cc#newcode47 runtime/vm/branch_optimizer.cc:47: if (comparison->InputCount() != 2) return false; On 2016/10/31 ...
4 years, 1 month ago (2016-10-31 18:48:17 UTC) #5
Florian Schneider
4 years, 1 month ago (2016-10-31 19:21:20 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
b1dfa2aee15b4617032b927cd95d97f85c82dd6f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698