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

Issue 1995543003: [turbofan] Add DebugBreak machine operator and support (Closed)

Created:
4 years, 7 months ago by danno
Modified:
4 years, 7 months ago
CC:
v8-reviews_googlegroups.com, v8-x87-ports_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Add DebugBreak machine operator and support Committed: https://crrev.com/78b1585f1d148b2bbbc27f870efbe4e2787bbffb Cr-Commit-Position: refs/heads/master@{#36355}

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : All platforms #

Total comments: 2

Patch Set 4 : Fix release build #

Patch Set 5 : Fix release #

Patch Set 6 : Review feedback #

Total comments: 8

Patch Set 7 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -0 lines) Patch
M src/code-stub-assembler.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/code-stub-assembler.cc View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M src/compiler/arm/code-generator-arm.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/arm64/code-generator-arm64.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/code-assembler.h View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/code-assembler.cc View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/ia32/code-generator-ia32.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/instruction-codes.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/instruction-scheduler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/instruction-selector.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/instruction-selector.cc View 2 chunks +7 lines, -0 lines 0 comments Download
M src/compiler/machine-operator.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/machine-operator.cc View 3 4 5 6 2 chunks +10 lines, -0 lines 0 comments Download
M src/compiler/mips/code-generator-mips.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/mips64/code-generator-mips64.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/opcodes.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/raw-machine-assembler.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/raw-machine-assembler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/typer.cc View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/verifier.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/compiler/x64/code-generator-x64.cc View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
danno
PTAL
4 years, 7 months ago (2016-05-19 08:34:59 UTC) #2
Michael Starzinger
https://codereview.chromium.org/1995543003/diff/40001/src/compiler/opcodes.h File src/compiler/opcodes.h (right): https://codereview.chromium.org/1995543003/diff/40001/src/compiler/opcodes.h#newcode23 src/compiler/opcodes.h:23: V(DebugBreak) \ As discussed offline: Could this be turned ...
4 years, 7 months ago (2016-05-19 08:42:11 UTC) #3
danno
Feedback addressed, please take another look. https://codereview.chromium.org/1995543003/diff/40001/src/compiler/opcodes.h File src/compiler/opcodes.h (right): https://codereview.chromium.org/1995543003/diff/40001/src/compiler/opcodes.h#newcode23 src/compiler/opcodes.h:23: V(DebugBreak) \ On ...
4 years, 7 months ago (2016-05-19 08:46:48 UTC) #4
Michael Starzinger
LGTM with comments. https://codereview.chromium.org/1995543003/diff/100001/src/code-stub-assembler.cc File src/code-stub-assembler.cc (right): https://codereview.chromium.org/1995543003/diff/100001/src/code-stub-assembler.cc#newcode26 src/code-stub-assembler.cc:26: #if defined(DEBUG) nit: Should we guard ...
4 years, 7 months ago (2016-05-19 08:53:24 UTC) #5
danno
Feedback addressed, landing https://codereview.chromium.org/1995543003/diff/100001/src/code-stub-assembler.cc File src/code-stub-assembler.cc (right): https://codereview.chromium.org/1995543003/diff/100001/src/code-stub-assembler.cc#newcode26 src/code-stub-assembler.cc:26: #if defined(DEBUG) On 2016/05/19 08:53:23, Michael ...
4 years, 7 months ago (2016-05-19 09:05:04 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1995543003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1995543003/120001
4 years, 7 months ago (2016-05-19 09:05:14 UTC) #9
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 7 months ago (2016-05-19 09:46:41 UTC) #10
commit-bot: I haz the power
4 years, 7 months ago (2016-05-19 09:48:05 UTC) #12
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/78b1585f1d148b2bbbc27f870efbe4e2787bbffb
Cr-Commit-Position: refs/heads/master@{#36355}

Powered by Google App Engine
This is Rietveld 408576698