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

Issue 2599433002: [turbofan]: Better source position information (Closed)

Created:
4 years ago by danno
Modified:
4 years ago
Reviewers:
Jarin, Tobias Tebbi
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan]: Better source position information * Ensure that a source position is already specified in generated code before prologue is assembled. * Ensure source position is set for instructions before their gaps are assembled (this fixes missing source position information at the beginning of deferred code). * Don't output source position information for gap moves that are redundant. This led to extraneous, confusing source positions for constants that did not end up producing any code. * Output source position information that is usable in turbolizer when --trace-turbo is specified. LOG=N Review-Url: https://codereview.chromium.org/2599433002 Cr-Commit-Position: refs/heads/master@{#41914} Committed: https://chromium.googlesource.com/v8/v8/+/21dfcf5dadba04c2f2c2146704ab6ea4952f4997

Patch Set 1 #

Total comments: 4

Patch Set 2 : feedback addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -6 lines) Patch
M src/compiler/code-generator.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/code-generator.cc View 1 5 chunks +21 lines, -6 lines 0 comments Download

Messages

Total messages: 24 (15 generated)
danno
PTAL
4 years ago (2016-12-21 12:32:22 UTC) #5
Tobias Tebbi
https://codereview.chromium.org/2599433002/diff/1/src/compiler/code-generator.cc File src/compiler/code-generator.cc (right): https://codereview.chromium.org/2599433002/diff/1/src/compiler/code-generator.cc#newcode502 src/compiler/code-generator.cc:502: void CodeGenerator::AssembleSourcePosition(SourcePosition& source_position) { Why not pass by value? ...
4 years ago (2016-12-21 15:00:55 UTC) #8
danno
feedback addressed. please take another look. https://codereview.chromium.org/2599433002/diff/1/src/compiler/code-generator.cc File src/compiler/code-generator.cc (right): https://codereview.chromium.org/2599433002/diff/1/src/compiler/code-generator.cc#newcode502 src/compiler/code-generator.cc:502: void CodeGenerator::AssembleSourcePosition(SourcePosition& source_position) ...
4 years ago (2016-12-21 15:23:14 UTC) #9
Tobias Tebbi
On 2016/12/21 15:23:14, danno wrote: > feedback addressed. please take another look. > > https://codereview.chromium.org/2599433002/diff/1/src/compiler/code-generator.cc ...
4 years ago (2016-12-21 16:11:37 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2599433002/20001
4 years ago (2016-12-21 16:40:57 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/31196)
4 years ago (2016-12-21 16:44:27 UTC) #18
Jarin
lgtm
4 years ago (2016-12-22 08:28:41 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2599433002/20001
4 years ago (2016-12-22 08:43:59 UTC) #21
commit-bot: I haz the power
4 years ago (2016-12-22 08:45:40 UTC) #24
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/21dfcf5dadba04c2f2c2146704ab6ea4952...

Powered by Google App Engine
This is Rietveld 408576698