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

Issue 1667073002: [interpreter, debugger] implement debugger statement. (Closed)

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

Description

[interpreter, debugger] implement debugger statement. R=mstarzinger@chromium.org, rmcilroy@chromium.org BUG=v8:4690 LOG=N Committed: https://crrev.com/86164a2573a7c1bbf2d29f8d03de35fa7fff5c81 Cr-Commit-Position: refs/heads/master@{#33739}

Patch Set 1 #

Total comments: 8

Patch Set 2 : addressed comments #

Patch Set 3 : fix test expectation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -3 lines) Patch
M src/compiler/bytecode-graph-builder.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/interpreter/bytecode-array-builder.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/interpreter/bytecode-array-builder.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/interpreter/bytecode-generator.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/interpreter/bytecodes.h View 1 1 chunk +4 lines, -1 line 0 comments Download
M src/interpreter/interpreter.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M test/cctest/cctest.status View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/compiler/test-run-bytecode-graph-builder.cc View 1 1 chunk +31 lines, -0 lines 0 comments Download
M test/cctest/interpreter/test-bytecode-generator.cc View 1 1 chunk +25 lines, -0 lines 0 comments Download
A test/mjsunit/ignition/debugger-statement.js View 1 1 chunk +31 lines, -0 lines 0 comments Download
M test/unittests/interpreter/bytecode-array-builder-unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M test/unittests/interpreter/bytecode-array-iterator-unittest.cc View 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (8 generated)
Yang
4 years, 10 months ago (2016-02-04 10:42:34 UTC) #1
Michael Starzinger
LGTM from my end. https://codereview.chromium.org/1667073002/diff/1/src/interpreter/interpreter.cc File src/interpreter/interpreter.cc (right): https://codereview.chromium.org/1667073002/diff/1/src/interpreter/interpreter.cc#newcode1807 src/interpreter/interpreter.cc:1807: // Debugger statement nit: Drop ...
4 years, 10 months ago (2016-02-04 11:45:38 UTC) #3
rmcilroy
Nice, lgtm, thanks! https://codereview.chromium.org/1667073002/diff/1/src/compiler/interpreter-assembler.h File src/compiler/interpreter-assembler.h (right): https://codereview.chromium.org/1667073002/diff/1/src/compiler/interpreter-assembler.h#newcode139 src/compiler/interpreter-assembler.h:139: Node* CallRuntime(Runtime::FunctionId function_id); I just added ...
4 years, 10 months ago (2016-02-04 12:37:17 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1667073002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1667073002/20001
4 years, 10 months ago (2016-02-04 13:43:59 UTC) #7
Yang
https://codereview.chromium.org/1667073002/diff/1/src/compiler/interpreter-assembler.h File src/compiler/interpreter-assembler.h (right): https://codereview.chromium.org/1667073002/diff/1/src/compiler/interpreter-assembler.h#newcode139 src/compiler/interpreter-assembler.h:139: Node* CallRuntime(Runtime::FunctionId function_id); On 2016/02/04 12:37:17, rmcilroy wrote: > ...
4 years, 10 months ago (2016-02-04 13:47:06 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_nodcheck_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_nodcheck_rel/builds/11776)
4 years, 10 months ago (2016-02-04 13:58:27 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1667073002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1667073002/40001
4 years, 10 months ago (2016-02-04 14:40:34 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 10 months ago (2016-02-04 15:06:30 UTC) #15
commit-bot: I haz the power
4 years, 10 months ago (2016-02-04 15:07:15 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/86164a2573a7c1bbf2d29f8d03de35fa7fff5c81
Cr-Commit-Position: refs/heads/master@{#33739}

Powered by Google App Engine
This is Rietveld 408576698