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

Issue 897883002: [turbofan]: Improved source position information (Closed)

Created:
5 years, 10 months ago by danno
Modified:
5 years, 10 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan]: Improved source position information Make sure the initial graph is fully populated with source position information and automatically propagate that information down through newly allocated nodes during reduction passes in the most unobtrusive way that's currently possible. Committed: https://crrev.com/f184ff065037dc6b1f600666ebd6b981325ce8b2 Cr-Commit-Position: refs/heads/master@{#26459}

Patch Set 1 #

Patch Set 2 : Fix stuff #

Patch Set 3 : Latest #

Total comments: 4

Patch Set 4 : Review feedback #

Total comments: 8

Patch Set 5 : Review feedback #

Patch Set 6 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -39 lines) Patch
M src/compiler/graph.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler/graph.cc View 1 2 3 4 2 chunks +5 lines, -3 lines 0 comments Download
M src/compiler/pipeline.cc View 1 2 3 4 7 chunks +59 lines, -22 lines 0 comments Download
M src/compiler/simplified-lowering.h View 1 2 2 chunks +11 lines, -3 lines 0 comments Download
M src/compiler/simplified-lowering.cc View 1 2 3 6 chunks +20 lines, -4 lines 0 comments Download
M src/compiler/source-position.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/typer.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M test/cctest/compiler/test-simplified-lowering.cc View 3 chunks +8 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
danno
PTAL
5 years, 10 months ago (2015-02-04 13:17:37 UTC) #2
titzer
https://codereview.chromium.org/897883002/diff/40001/src/compiler/simplified-lowering.cc File src/compiler/simplified-lowering.cc (right): https://codereview.chromium.org/897883002/diff/40001/src/compiler/simplified-lowering.cc#newcode98 src/compiler/simplified-lowering.cc:98: SourcePositionTable::Scope scope( You shouldn't need the scope during the ...
5 years, 10 months ago (2015-02-04 13:23:44 UTC) #3
danno
Please take another look https://codereview.chromium.org/897883002/diff/40001/src/compiler/simplified-lowering.cc File src/compiler/simplified-lowering.cc (right): https://codereview.chromium.org/897883002/diff/40001/src/compiler/simplified-lowering.cc#newcode98 src/compiler/simplified-lowering.cc:98: SourcePositionTable::Scope scope( On 2015/02/04 13:23:44, ...
5 years, 10 months ago (2015-02-04 13:42:18 UTC) #4
titzer
https://codereview.chromium.org/897883002/diff/60001/src/compiler/graph.h File src/compiler/graph.h (right): https://codereview.chromium.org/897883002/diff/60001/src/compiler/graph.h#newcode85 src/compiler/graph.h:85: void Decorate(Node* node, bool incomplete); Is this incomplete flag ...
5 years, 10 months ago (2015-02-04 13:46:19 UTC) #5
Michael Starzinger
LGTM with comments. I looked at everything outside of simplified lowering, I'll leave that to ...
5 years, 10 months ago (2015-02-04 13:54:03 UTC) #6
danno
Please take another look https://codereview.chromium.org/897883002/diff/60001/src/compiler/graph.cc File src/compiler/graph.cc (right): https://codereview.chromium.org/897883002/diff/60001/src/compiler/graph.cc#newcode27 src/compiler/graph.cc:27: decorator->Decorate(node, incomplete); On 2015/02/04 13:54:03, ...
5 years, 10 months ago (2015-02-04 14:05:00 UTC) #8
titzer
lgtm
5 years, 10 months ago (2015-02-05 12:45:58 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/897883002/100001
5 years, 10 months ago (2015-02-05 12:52:19 UTC) #11
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 10 months ago (2015-02-05 13:16:53 UTC) #12
commit-bot: I haz the power
5 years, 10 months ago (2015-02-05 13:17:05 UTC) #13
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/f184ff065037dc6b1f600666ebd6b981325ce8b2
Cr-Commit-Position: refs/heads/master@{#26459}

Powered by Google App Engine
This is Rietveld 408576698