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

Issue 23589008: Clean up handling of guarded fields in the flow graph builder. (Closed)

Created:
7 years, 3 months ago by Florian Schneider
Modified:
7 years, 3 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Clean up handling of guarded fields in the flow graph builder. FlowGraphBuilder has a zone-allocated list of fields and passes it on to the FlowGraph. R=kmillikin@google.com Committed: https://code.google.com/p/dart/source/detail?r=27699

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -46 lines) Patch
M runtime/vm/compiler.cc View 3 chunks +10 lines, -11 lines 0 comments Download
M runtime/vm/flow_graph.h View 1 2 chunks +8 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph.cc View 1 1 chunk +18 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_builder.h View 3 chunks +3 lines, -6 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 4 chunks +2 lines, -17 lines 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 1 2 chunks +9 lines, -10 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Florian Schneider
I had to make the helper AddToGuardedField static because it is used in FlowGraphBuilder and ...
7 years, 3 months ago (2013-09-20 11:26:20 UTC) #1
Kevin Millikin (Google)
LGTM with a pointlessly nitpicky suggestion. https://codereview.chromium.org/23589008/diff/1/runtime/vm/flow_graph.h File runtime/vm/flow_graph.h (right): https://codereview.chromium.org/23589008/diff/1/runtime/vm/flow_graph.h#newcode200 runtime/vm/flow_graph.h:200: static void AddToGuardedFields(const ...
7 years, 3 months ago (2013-09-20 12:04:27 UTC) #2
Florian Schneider
https://codereview.chromium.org/23589008/diff/1/runtime/vm/flow_graph.h File runtime/vm/flow_graph.h (right): https://codereview.chromium.org/23589008/diff/1/runtime/vm/flow_graph.h#newcode200 runtime/vm/flow_graph.h:200: static void AddToGuardedFields(const Field* field, On 2013/09/20 12:04:28, kmillikin ...
7 years, 3 months ago (2013-09-20 12:13:50 UTC) #3
Florian Schneider
7 years, 3 months ago (2013-09-20 12:14:15 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r27699 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698