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

Issue 11312105: Do not inline static calls that have not been executed in unoptimized code: the inlined function do… (Closed)

Created:
8 years, 1 month ago by srdjan
Modified:
8 years, 1 month ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Do not inline static calls that have not been executed in unoptimized code: the inlined function does not have type feedback that takes that call's arguments into account. As a side effect, it fixes a crash in smi-equality. Committed: https://code.google.com/p/dart/source/detail?r=14605

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -10 lines) Patch
M runtime/vm/compiler.cc View 1 2 1 chunk +6 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_inliner.h View 1 2 1 chunk +7 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 1 2 4 chunks +20 lines, -7 lines 0 comments Download
M runtime/vm/object.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
srdjan
8 years, 1 month ago (2012-11-06 20:45:26 UTC) #1
Kevin Millikin (Google)
8 years, 1 month ago (2012-11-06 23:10:31 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698