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

Issue 1739963002: Remember token position where a function was inlined (Closed)

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

Remember token position where a function was inlined When inlining a function, remember the token position of the call. I need this information for source level profiling. R=srdjan@google.com Committed: https://github.com/dart-lang/sdk/commit/3b0104732b308a6464060ee8acbb9c7b22f9b8ce

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -9 lines) Patch
M runtime/vm/compiler.cc View 5 chunks +11 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler.h View 3 chunks +3 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 7 chunks +30 lines, -5 lines 0 comments Download
M runtime/vm/flow_graph_inliner.h View 3 chunks +5 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 3 chunks +9 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 2 chunks +31 lines, -1 line 0 comments Download
M runtime/vm/precompiler.cc View 4 chunks +5 lines, -0 lines 0 comments Download
M runtime/vm/raw_object.h View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 7 (3 generated)
Cutch
4 years, 10 months ago (2016-02-25 21:42:19 UTC) #3
srdjan
lgtm https://codereview.chromium.org/1739963002/diff/1/runtime/vm/flow_graph_compiler.cc File runtime/vm/flow_graph_compiler.cc (right): https://codereview.chromium.org/1739963002/diff/1/runtime/vm/flow_graph_compiler.cc#newcode482 runtime/vm/flow_graph_compiler.cc:482: // 'start' and 'end' are pc-offsets. Adjust comment, ...
4 years, 10 months ago (2016-02-25 22:05:32 UTC) #4
Cutch
Thanks! https://codereview.chromium.org/1739963002/diff/1/runtime/vm/flow_graph_compiler.cc File runtime/vm/flow_graph_compiler.cc (right): https://codereview.chromium.org/1739963002/diff/1/runtime/vm/flow_graph_compiler.cc#newcode482 runtime/vm/flow_graph_compiler.cc:482: // 'start' and 'end' are pc-offsets. On 2016/02/25 ...
4 years, 10 months ago (2016-02-25 22:36:40 UTC) #5
Cutch
4 years, 10 months ago (2016-02-25 22:47:17 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
3b0104732b308a6464060ee8acbb9c7b22f9b8ce (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698