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

Issue 21272003: Fix crash bug in the polymorphic inlining. (Closed)

Created:
7 years, 4 months ago by Florian Schneider
Modified:
7 years, 4 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org, vm-dev_dartlang.org, Kevin Millikin (Google)
Visibility:
Public.

Description

Fix crash bug in the polymorphic inlining. When inlining a polymorphic call site, we need to update the use lists so that the graph entry blocks of all the callee-graphs are removed from the environment use lists. TEST=tests/language/allocation_sinking_inlining_test.dart R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=25665

Patch Set 1 #

Patch Set 2 : fixed one more corner case #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -0 lines) Patch
M runtime/vm/flow_graph_inliner.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
A tests/language/allocation_sinking_inlining_test.dart View 1 chunk +36 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Florian Schneider
7 years, 4 months ago (2013-07-31 13:51:19 UTC) #1
srdjan
lgtm
7 years, 4 months ago (2013-07-31 14:16:52 UTC) #2
Florian Schneider
7 years, 4 months ago (2013-07-31 14:57:53 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r25665 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698