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

Issue 1826753003: Use a cache for inlining information (functions + token positions) to speed up function profile (Closed)

Created:
4 years, 9 months ago by Cutch
Modified:
4 years, 9 months ago
Reviewers:
srdjan
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

Use a cache for inlining information (functions + token positions) to speed up function profile - Further decreases profile build times for sra's reproduction (from 5-7 seconds down to 2-4 seconds). Committed: https://github.com/dart-lang/sdk/commit/de5f641dfb58147f10603f1db48e6916b3c38cf4

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+175 lines, -49 lines) Patch
M runtime/vm/profiler_service.cc View 1 6 chunks +175 lines, -49 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
Cutch
4 years, 9 months ago (2016-03-23 21:31:15 UTC) #3
srdjan
LGTMwC https://codereview.chromium.org/1826753003/diff/1/runtime/vm/profiler_service.cc File runtime/vm/profiler_service.cc (right): https://codereview.chromium.org/1826753003/diff/1/runtime/vm/profiler_service.cc#newcode1145 runtime/vm/profiler_service.cc:1145: *inlined_token_positions = NULL; Move this two lines inside ...
4 years, 9 months ago (2016-03-23 21:55:41 UTC) #4
Cutch
https://codereview.chromium.org/1826753003/diff/1/runtime/vm/profiler_service.cc File runtime/vm/profiler_service.cc (right): https://codereview.chromium.org/1826753003/diff/1/runtime/vm/profiler_service.cc#newcode1145 runtime/vm/profiler_service.cc:1145: *inlined_token_positions = NULL; On 2016/03/23 21:55:41, srdjan wrote: > ...
4 years, 9 months ago (2016-03-23 22:31:18 UTC) #5
Cutch
4 years, 9 months ago (2016-03-24 15:32:27 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
de5f641dfb58147f10603f1db48e6916b3c38cf4 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698