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

Issue 1854113002: [interpreter] statement position always overwrites earlier positions. (Closed)

Created:
4 years, 8 months ago by Yang
Modified:
4 years, 8 months ago
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] statement position always overwrites earlier positions. If a statement or expression does not produce any bytecode, it's position should always be overwritten by a following statement position. R=mstarzinger@chromium.org, vogelheim@chromium.org BUG=v8:4680 LOG=N Committed: https://crrev.com/1354b1bf3701d41e0393325cf4e040b0b1c8540e Cr-Commit-Position: refs/heads/master@{#35252}

Patch Set 1 #

Total comments: 3

Patch Set 2 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -43 lines) Patch
M src/interpreter/bytecode-array-builder.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M src/interpreter/source-position-table.h View 2 chunks +3 lines, -11 lines 0 comments Download
M src/interpreter/source-position-table.cc View 1 2 chunks +14 lines, -17 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +0 lines, -3 lines 0 comments Download
M test/unittests/interpreter/source-position-table-unittest.cc View 1 1 chunk +1 line, -9 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Yang
4 years, 8 months ago (2016-04-04 14:57:55 UTC) #1
vogelheim
lgtm, but please have another look at the test. https://codereview.chromium.org/1854113002/diff/1/test/unittests/interpreter/source-position-table-unittest.cc File test/unittests/interpreter/source-position-table-unittest.cc (right): https://codereview.chromium.org/1854113002/diff/1/test/unittests/interpreter/source-position-table-unittest.cc#newcode40 test/unittests/interpreter/source-position-table-unittest.cc:40: ...
4 years, 8 months ago (2016-04-04 16:14:32 UTC) #2
Michael Starzinger
LGTM with one question. https://codereview.chromium.org/1854113002/diff/1/src/interpreter/source-position-table.cc File src/interpreter/source-position-table.cc (right): https://codereview.chromium.org/1854113002/diff/1/src/interpreter/source-position-table.cc#newcode128 src/interpreter/source-position-table.cc:128: LOG_CODE_EVENT(isolate_, CodeLinePosInfoAddPositionEvent( Isn't this event ...
4 years, 8 months ago (2016-04-04 17:16:45 UTC) #3
Yang
Thanks for the reviews. I changed the unit test to make a bit more sense. ...
4 years, 8 months ago (2016-04-05 08:50:03 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1854113002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1854113002/20001
4 years, 8 months ago (2016-04-05 08:50:20 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 8 months ago (2016-04-05 09:13:35 UTC) #8
commit-bot: I haz the power
4 years, 8 months ago (2016-04-05 09:14:25 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/1354b1bf3701d41e0393325cf4e040b0b1c8540e
Cr-Commit-Position: refs/heads/master@{#35252}

Powered by Google App Engine
This is Rietveld 408576698