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

Issue 2704623003: VM: [Kernel] Ensure we record [FieldLoadInstr]s in the ParsedFunction when using field guards (Closed)

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

Description

VM: [Kernel] Ensure we record [FieldLoadInstr]s in the ParsedFunction when using field guards R=vegorov@google.com Committed: https://github.com/dart-lang/sdk/commit/20130a2d43a9a95d64c4fcfae7166ad1e9e21a60

Patch Set 1 #

Total comments: 4

Patch Set 2 : Moved the AddToGuardedFields call to the LoadFieldInstr constructor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -25 lines) Patch
M runtime/vm/aot_optimizer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 1 chunk +4 lines, -10 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 2 chunks +9 lines, -1 line 0 comments Download
M runtime/vm/jit_optimizer.cc View 1 1 chunk +4 lines, -9 lines 0 comments Download
M runtime/vm/kernel_to_il.cc View 1 1 chunk +4 lines, -3 lines 0 comments Download
M runtime/vm/redundancy_elimination.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (4 generated)
kustermann
https://codereview.chromium.org/2704623003/diff/1/runtime/vm/kernel_to_il.cc File runtime/vm/kernel_to_il.cc (right): https://codereview.chromium.org/2704623003/diff/1/runtime/vm/kernel_to_il.cc#newcode2479 runtime/vm/kernel_to_il.cc:2479: Fragment FlowGraphBuilder::LoadNativeField(MethodRecognizer::Kind kind, For LoadFields for context and native ...
3 years, 10 months ago (2017-02-17 09:59:12 UTC) #2
Vyacheslav Egorov (Google)
lgtm https://codereview.chromium.org/2704623003/diff/1/runtime/vm/kernel_to_il.cc File runtime/vm/kernel_to_il.cc (right): https://codereview.chromium.org/2704623003/diff/1/runtime/vm/kernel_to_il.cc#newcode2458 runtime/vm/kernel_to_il.cc:2458: if (field.guarded_cid() != kIllegalCid) { I wonder if ...
3 years, 10 months ago (2017-02-17 10:24:32 UTC) #3
kustermann
ptal https://codereview.chromium.org/2704623003/diff/1/runtime/vm/kernel_to_il.cc File runtime/vm/kernel_to_il.cc (right): https://codereview.chromium.org/2704623003/diff/1/runtime/vm/kernel_to_il.cc#newcode2458 runtime/vm/kernel_to_il.cc:2458: if (field.guarded_cid() != kIllegalCid) { On 2017/02/17 10:24:31, ...
3 years, 10 months ago (2017-02-17 10:58:05 UTC) #5
Vyacheslav Egorov (Google)
lgtm
3 years, 10 months ago (2017-02-17 11:39:50 UTC) #7
kustermann
3 years, 10 months ago (2017-02-17 12:10:29 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:60001) manually as
20130a2d43a9a95d64c4fcfae7166ad1e9e21a60 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698