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

Issue 2465793003: Reland "Recognize and optimize a.runtimeType == b.runtimeType pattern." (Closed)

Created:
4 years, 1 month ago by Vyacheslav Egorov (Google)
Modified:
3 years, 10 months ago
Reviewers:
zra, rmacnak
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Reland "Recognize and optimize a.runtimeType == b.runtimeType pattern." This relands commit f4ec20abac2286604565e9d5a6d1d744849c964d. BUG= R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/0635b57d43add7decece07b67b67fb12cfe167aa

Patch Set 1 #

Total comments: 1

Patch Set 2 : Address Ryan's comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1126 lines, -67 lines) Patch
M runtime/lib/double.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M runtime/lib/integers.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M runtime/lib/object.cc View 1 chunk +44 lines, -2 lines 0 comments Download
M runtime/lib/object_patch.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/lib/string_patch.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M runtime/vm/aot_optimizer.h View 3 chunks +8 lines, -1 line 0 comments Download
M runtime/vm/aot_optimizer.cc View 6 chunks +107 lines, -6 lines 0 comments Download
M runtime/vm/bootstrap_natives.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/compiler.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M runtime/vm/dart.cc View 1 3 chunks +3 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_inliner.h View 3 chunks +4 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 3 chunks +36 lines, -3 lines 0 comments Download
M runtime/vm/intermediate_language.h View 2 chunks +5 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 chunk +61 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier_arm.cc View 2 chunks +145 lines, -3 lines 0 comments Download
M runtime/vm/intrinsifier_arm64.cc View 2 chunks +145 lines, -3 lines 0 comments Download
M runtime/vm/intrinsifier_ia32.cc View 2 chunks +157 lines, -4 lines 0 comments Download
M runtime/vm/intrinsifier_mips.cc View 2 chunks +150 lines, -3 lines 0 comments Download
M runtime/vm/intrinsifier_x64.cc View 2 chunks +155 lines, -4 lines 0 comments Download
M runtime/vm/isolate.h View 1 3 chunks +4 lines, -1 line 0 comments Download
M runtime/vm/isolate.cc View 2 chunks +1 line, -1 line 0 comments Download
M runtime/vm/jit_optimizer.cc View 1 chunk +11 lines, -4 lines 0 comments Download
M runtime/vm/method_recognizer.h View 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/object_store.h View 3 chunks +10 lines, -2 lines 0 comments Download
M runtime/vm/precompiler.h View 3 chunks +13 lines, -1 line 0 comments Download
M runtime/vm/precompiler.cc View 15 chunks +35 lines, -19 lines 0 comments Download
M runtime/vm/simulator_dbc.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M runtime/vm/symbols.h View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
Vyacheslav Egorov (Google)
This is an attempt to reland the same CL with the following changes: - DBC ...
4 years, 1 month ago (2016-10-31 18:44:06 UTC) #2
rmacnak
lgtm https://codereview.chromium.org/2465793003/diff/1/runtime/vm/isolate.h File runtime/vm/isolate.h (right): https://codereview.chromium.org/2465793003/diff/1/runtime/vm/isolate.h#newcode741 runtime/vm/isolate.h:741: // Note: ClassTable has different size between PRODUCT ...
4 years, 1 month ago (2016-10-31 20:23:30 UTC) #3
Vyacheslav Egorov (Google)
4 years, 1 month ago (2016-11-01 15:49:06 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
0635b57d43add7decece07b67b67fb12cfe167aa (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698