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

Issue 151653002: Fix wrongly recorded uses after polymorphic inlining. (Closed)

Created:
6 years, 10 months ago by Florian Schneider
Modified:
6 years, 10 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix wrongly recorded uses after polymorphic inlining. When inlining function bodies at a polymorphic site, uses at the callee graph entry need to be removed since this block is removed in the process of inlining. BUG=dartbug.com/16404 TEST=pkgbuild/samples/searchable_list R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=32237

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -1 line) Patch
M pkg/pkgbuild.status View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 1 chunk +4 lines, -0 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
Florian Schneider
6 years, 10 months ago (2014-01-31 17:46:54 UTC) #1
srdjan
lgtm https://codereview.chromium.org/151653002/diff/1/runtime/vm/flow_graph_inliner.cc File runtime/vm/flow_graph_inliner.cc (right): https://codereview.chromium.org/151653002/diff/1/runtime/vm/flow_graph_inliner.cc#newcode1015 runtime/vm/flow_graph_inliner.cc:1015: // the graph anymore. A new target be ...
6 years, 10 months ago (2014-02-01 00:47:36 UTC) #2
Florian Schneider
Committed patchset #1 manually as r32237 (presubmit successful).
6 years, 10 months ago (2014-02-03 09:46:27 UTC) #3
Florian Schneider
6 years, 10 months ago (2014-02-03 09:47:42 UTC) #4
Message was sent while issue was closed.
https://codereview.chromium.org/151653002/diff/1/runtime/vm/flow_graph_inline...
File runtime/vm/flow_graph_inliner.cc (right):

https://codereview.chromium.org/151653002/diff/1/runtime/vm/flow_graph_inline...
runtime/vm/flow_graph_inliner.cc:1015: // the graph anymore. A new target be
created instead.
On 2014/02/01 00:47:36, srdjan wrote:
> Fix last sentence in the comment.

Oops. Will fix this my next CL.

Powered by Google App Engine
This is Rietveld 408576698