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

Issue 47933004: VM: Fix bug in polymorphic inlining of recognized methods. (Closed)

Created:
7 years, 1 month ago by fschneider
Modified:
7 years, 1 month ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

VM: Fix bug in polymorphic inlining of recognized methods. The inliner has to insert a redefinition of the receiver to prevent illegal hoisting of instructions that depend on the receiver class id. R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=29389

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -20 lines) Patch
M runtime/vm/flow_graph_inliner.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.h View 4 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 12 chunks +27 lines, -20 lines 0 comments Download
A tests/language/vm/optimized_polymorphic_list_access_test.dart View 1 1 chunk +28 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Florian Schneider
7 years, 1 month ago (2013-10-28 19:59:01 UTC) #1
srdjan
lgtm
7 years, 1 month ago (2013-10-28 20:17:27 UTC) #2
fschneider
7 years, 1 month ago (2013-10-28 20:20:19 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r29389 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698