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

Issue 3004463002: [vm] Use strong mode types to calculate CompileType (Closed)

Created:
3 years, 4 months ago by alexmarkov
Modified:
3 years, 4 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

[vm] Use strong mode types to calculate CompileType Strong mode types of fields, parameters and return types of interface targets of calls are used to calculate more precise CompileTypes of IL instructions. R=rmacnak@google.com Issue: https://github.com/dart-lang/sdk/issues/30480 Committed: https://github.com/dart-lang/sdk/commit/4743d90f3fb83d38910d39430cdbe570308cc2c0

Patch Set 1 #

Total comments: 8

Patch Set 2 : Address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -15 lines) Patch
M runtime/vm/flag_list.h View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_type_propagator.cc View 1 7 chunks +89 lines, -14 lines 0 comments Download
M runtime/vm/intermediate_language.h View 3 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/kernel_binary_flowgraph.cc View 1 3 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 6 (2 generated)
alexmarkov
3 years, 4 months ago (2017-08-22 17:37:48 UTC) #2
rmacnak
lgtm https://codereview.chromium.org/3004463002/diff/1/runtime/vm/flow_graph_type_propagator.cc File runtime/vm/flow_graph_type_propagator.cc (right): https://codereview.chromium.org/3004463002/diff/1/runtime/vm/flow_graph_type_propagator.cc#newcode27 runtime/vm/flow_graph_type_propagator.cc:27: OS::PrintErr("[Strong mode] Type of %s - %s\n", instr->ToCString(), ...
3 years, 4 months ago (2017-08-22 21:24:24 UTC) #3
alexmarkov
https://codereview.chromium.org/3004463002/diff/1/runtime/vm/flow_graph_type_propagator.cc File runtime/vm/flow_graph_type_propagator.cc (right): https://codereview.chromium.org/3004463002/diff/1/runtime/vm/flow_graph_type_propagator.cc#newcode27 runtime/vm/flow_graph_type_propagator.cc:27: OS::PrintErr("[Strong mode] Type of %s - %s\n", instr->ToCString(), On ...
3 years, 4 months ago (2017-08-22 22:53:11 UTC) #4
alexmarkov
3 years, 4 months ago (2017-08-22 22:54:21 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
4743d90f3fb83d38910d39430cdbe570308cc2c0 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698