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

Issue 2147683002: Inline white-listed intrinsics also in AOT compilation. (Closed)

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

Description

Inline white-listed intrinsics also in AOT compilation. We don't inline intrinsics to produce smaller code, but for small methods (array length getters, etc.) we should do it because the code actually gets smaller by inlining, plus we get better type/range information. BUG= R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/aec015a5809308b8acb39de605e59b14ce396956

Patch Set 1 #

Patch Set 2 : white-list getter for _GrowableList._capacity #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M runtime/vm/flow_graph_inliner.cc View 1 chunk +3 lines, -1 line 0 comments Download
M runtime/vm/method_recognizer.h View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
Florian Schneider
4 years, 5 months ago (2016-07-12 20:18:13 UTC) #2
rmacnak
lgtm
4 years, 5 months ago (2016-07-12 20:54:31 UTC) #3
Florian Schneider
4 years, 5 months ago (2016-07-12 20:59:43 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
aec015a5809308b8acb39de605e59b14ce396956 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698