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

Issue 253013006: Add flag —source-lines which emits appropriate source lines as code comments. Added token_pos to … (Closed)

Created:
6 years, 7 months ago by srdjan
Modified:
6 years, 7 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Add flag —source-lines which emits appropriate source lines as code comments. Added token_pos to some instructions. This is work in progress. R=fschneider@google.com, johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=35599

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 5

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+274 lines, -118 lines) Patch
M runtime/vm/flow_graph_builder.cc View 1 2 3 4 5 6 14 chunks +36 lines, -19 lines 0 comments Download
M runtime/vm/flow_graph_compiler.h View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 2 3 4 5 6 3 chunks +21 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 1 2 3 4 5 6 3 chunks +7 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.h View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 2 3 4 5 6 42 chunks +105 lines, -49 lines 0 comments Download
M runtime/vm/flow_graph_type_propagator.cc View 1 2 3 4 5 6 1 chunk +4 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 2 3 4 5 6 7 51 chunks +90 lines, -40 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 2 3 4 5 6 2 chunks +7 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
srdjan
6 years, 7 months ago (2014-04-29 15:00:44 UTC) #1
srdjan
This CL is ready for review. Thank you.
6 years, 7 months ago (2014-04-29 19:05:04 UTC) #2
Cutch
lgtm. Let's keep adding token positions to the flow graph.
6 years, 7 months ago (2014-04-29 19:50:52 UTC) #3
Florian Schneider
lgtm https://codereview.chromium.org/253013006/diff/60001/runtime/vm/flow_graph_optimizer.cc File runtime/vm/flow_graph_optimizer.cc (right): https://codereview.chromium.org/253013006/diff/60001/runtime/vm/flow_graph_optimizer.cc#newcode8949 runtime/vm/flow_graph_optimizer.cc:8949: if (!current->CanDeoptimize() && !FLAG_source_lines) { Note that this ...
6 years, 7 months ago (2014-04-29 20:04:21 UTC) #4
Cutch
changing my lgtm to a conditional lgtm that we only have one kNoTokenPos https://codereview.chromium.org/253013006/diff/60001/runtime/vm/token.h File ...
6 years, 7 months ago (2014-04-29 20:05:24 UTC) #5
srdjan
https://codereview.chromium.org/253013006/diff/60001/runtime/vm/flow_graph_optimizer.cc File runtime/vm/flow_graph_optimizer.cc (right): https://codereview.chromium.org/253013006/diff/60001/runtime/vm/flow_graph_optimizer.cc#newcode8949 runtime/vm/flow_graph_optimizer.cc:8949: if (!current->CanDeoptimize() && !FLAG_source_lines) { On 2014/04/29 20:04:21, Florian ...
6 years, 7 months ago (2014-04-30 15:00:51 UTC) #6
srdjan
6 years, 7 months ago (2014-04-30 21:18:18 UTC) #7
Message was sent while issue was closed.
Committed patchset #8 manually as r35599 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698