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

Issue 1662983002: [interpreter] add source positions for call and call-new. (Closed)

Created:
4 years, 10 months ago by Yang
Modified:
4 years, 10 months ago
Reviewers:
rmcilroy, vogelheim
CC:
v8-reviews_googlegroups.com, oth, rmcilroy
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[interpreter] add source positions for call and call-new. This change adds the basic infrastructure to record source positions for bytecode. R=rmcilroy@chromium.org, vogelheim@chromium.org BUG=v8:4960 LOG=N Committed: https://crrev.com/876d35e22815faebb8b9015329a7591e01e8b9e8 Cr-Commit-Position: refs/heads/master@{#33726}

Patch Set 1 #

Total comments: 11

Patch Set 2 : addressed comments #

Patch Set 3 : fix build #

Patch Set 4 : fix build #

Patch Set 5 : fix test expectation #

Patch Set 6 : fix test expectations #

Unified diffs Side-by-side diffs Delta from patch set Stats (+226 lines, -20 lines) Patch
M BUILD.gn View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M src/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M src/interpreter/bytecode-array-builder.h View 1 2 3 4 5 4 chunks +8 lines, -0 lines 0 comments Download
M src/interpreter/bytecode-array-builder.cc View 1 2 3 4 5 3 chunks +16 lines, -0 lines 0 comments Download
M src/interpreter/bytecode-generator.cc View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
A src/interpreter/source-position-table.h View 1 2 3 1 chunk +82 lines, -0 lines 0 comments Download
A src/interpreter/source-position-table.cc View 1 2 3 1 chunk +81 lines, -0 lines 0 comments Download
M src/objects.cc View 1 2 4 chunks +16 lines, -3 lines 0 comments Download
M test/cctest/cctest.status View 1 2 3 4 5 3 chunks +3 lines, -11 lines 0 comments Download
M test/mjsunit/ignition/stack-trace-source-position.js View 1 2 3 4 1 chunk +13 lines, -5 lines 0 comments Download
M tools/gyp/v8.gyp View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 32 (17 generated)
Yang
4 years, 10 months ago (2016-02-03 07:08:49 UTC) #1
vogelheim
lgtm. Nice! https://codereview.chromium.org/1662983002/diff/1/src/interpreter/source-position-table.h File src/interpreter/source-position-table.h (right): https://codereview.chromium.org/1662983002/diff/1/src/interpreter/source-position-table.h#newcode22 src/interpreter/source-position-table.h:22: class SourcePositionTableBase { I find this an ...
4 years, 10 months ago (2016-02-03 11:42:09 UTC) #3
rmcilroy
lgtm, thanks. https://codereview.chromium.org/1662983002/diff/1/src/interpreter/source-position-table.h File src/interpreter/source-position-table.h (right): https://codereview.chromium.org/1662983002/diff/1/src/interpreter/source-position-table.h#newcode22 src/interpreter/source-position-table.h:22: class SourcePositionTableBase { On 2016/02/03 11:42:09, vogelheim ...
4 years, 10 months ago (2016-02-03 12:05:24 UTC) #4
Yang
addressed comments. https://codereview.chromium.org/1662983002/diff/1/src/interpreter/source-position-table.h File src/interpreter/source-position-table.h (right): https://codereview.chromium.org/1662983002/diff/1/src/interpreter/source-position-table.h#newcode22 src/interpreter/source-position-table.h:22: class SourcePositionTableBase { On 2016/02/03 12:05:23, rmcilroy ...
4 years, 10 months ago (2016-02-03 14:16:20 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1662983002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1662983002/20001
4 years, 10 months ago (2016-02-03 14:16:43 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_avx2_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel/builds/9562) v8_linux64_rel_ng on tryserver.v8 (JOB_FAILED, ...
4 years, 10 months ago (2016-02-03 14:19:22 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1662983002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1662983002/40001
4 years, 10 months ago (2016-02-04 06:12:13 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: v8_win_compile_dbg on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_compile_dbg/builds/12718)
4 years, 10 months ago (2016-02-04 06:16:30 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1662983002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1662983002/60001
4 years, 10 months ago (2016-02-04 06:58:04 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_avx2_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel/builds/9592)
4 years, 10 months ago (2016-02-04 07:11:23 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1662983002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1662983002/80001
4 years, 10 months ago (2016-02-04 08:05:56 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_arm64_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel/builds/14841)
4 years, 10 months ago (2016-02-04 08:21:24 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1662983002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1662983002/100001
4 years, 10 months ago (2016-02-04 10:09:58 UTC) #28
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 10 months ago (2016-02-04 10:50:06 UTC) #30
commit-bot: I haz the power
4 years, 10 months ago (2016-02-04 10:50:28 UTC) #32
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/876d35e22815faebb8b9015329a7591e01e8b9e8
Cr-Commit-Position: refs/heads/master@{#33726}

Powered by Google App Engine
This is Rietveld 408576698