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

Issue 1413753004: Allow inlining of native functions. Fix performance degradation (more investigation to follow). (Closed)

Created:
5 years, 1 month ago by srdjan
Modified:
5 years, 1 month ago
Reviewers:
Florian Schneider
CC:
reviews_dartlang.org, vm-dev_dartlang.org, sra1
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Allow inlining of native functions. Fix performance degradation (more investigation to follow). BUG= Committed: https://github.com/dart-lang/sdk/commit/45650219b1ae6790549451a969af469149380deb

Patch Set 1 #

Patch Set 2 : d #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -6 lines) Patch
M runtime/vm/flow_graph_inliner.cc View 2 chunks +0 lines, -6 lines 1 comment Download

Messages

Total messages: 4 (1 generated)
srdjan
TBR
5 years, 1 month ago (2015-11-03 18:23:01 UTC) #2
srdjan
Committed patchset #2 (id:20001) manually as 45650219b1ae6790549451a969af469149380deb (presubmit successful).
5 years, 1 month ago (2015-11-03 18:30:45 UTC) #3
Florian Schneider
5 years, 1 month ago (2015-11-03 18:34:18 UTC) #4
Message was sent while issue was closed.
lgtm

https://codereview.chromium.org/1413753004/diff/20001/runtime/vm/flow_graph_i...
File runtime/vm/flow_graph_inliner.cc (left):

https://codereview.chromium.org/1413753004/diff/20001/runtime/vm/flow_graph_i...
runtime/vm/flow_graph_inliner.cc:1391: if (target.is_native()) {
Yes, we want to inline recognized methods. The flow graph builder bails out of
inlining non-recognized natives already in VisitNativeBodyNode.

Powered by Google App Engine
This is Rietveld 408576698