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

Issue 1218493005: Debugger: use debug break slots instead of ICs (except for calls). (Closed)

Created:
5 years, 5 months ago by Yang
Modified:
5 years, 5 months ago
Reviewers:
ulan
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Debugger: use debug break slots instead of ICs (except for calls). BUG=v8:3147, v8:4269 LOG=N Committed: https://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f Cr-Commit-Position: refs/heads/master@{#29487}

Patch Set 1 #

Patch Set 2 : mips ports #

Patch Set 3 : minor fixes #

Total comments: 12

Patch Set 4 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+375 lines, -1240 lines) Patch
M src/arm/debug-arm.cc View 1 chunk +0 lines, -44 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 2 3 31 chunks +46 lines, -66 lines 0 comments Download
M src/arm64/debug-arm64.cc View 1 chunk +0 lines, -44 lines 0 comments Download
M src/arm64/full-codegen-arm64.cc View 1 2 3 32 chunks +27 lines, -48 lines 0 comments Download
M src/assembler.h View 1 chunk +0 lines, -23 lines 0 comments Download
M src/assembler.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M src/builtins.h View 1 chunk +0 lines, -10 lines 0 comments Download
M src/builtins.cc View 1 2 3 1 chunk +0 lines, -25 lines 0 comments Download
M src/codegen.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/codegen.cc View 1 chunk +0 lines, -14 lines 0 comments Download
M src/debug.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M src/debug.cc View 1 2 3 9 chunks +30 lines, -89 lines 0 comments Download
M src/full-codegen.h View 1 2 3 2 chunks +15 lines, -32 lines 0 comments Download
M src/full-codegen.cc View 1 2 3 13 chunks +58 lines, -332 lines 0 comments Download
M src/ia32/debug-ia32.cc View 2 chunks +0 lines, -46 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 3 31 chunks +49 lines, -70 lines 0 comments Download
M src/mips/debug-mips.cc View 1 1 chunk +0 lines, -43 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 2 3 32 chunks +36 lines, -52 lines 0 comments Download
M src/mips64/debug-mips64.cc View 1 1 chunk +0 lines, -42 lines 0 comments Download
M src/mips64/full-codegen-mips64.cc View 1 2 3 33 chunks +38 lines, -52 lines 0 comments Download
M src/parser.cc View 1 2 3 chunks +4 lines, -2 lines 0 comments Download
M src/x64/debug-x64.cc View 1 chunk +0 lines, -44 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 3 32 chunks +32 lines, -52 lines 0 comments Download
M test/cctest/test-debug.cc View 5 chunks +19 lines, -81 lines 0 comments Download
M test/mjsunit/debug-backtrace.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/debug-breakpoints.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/debug-stepframe.js View 3 chunks +4 lines, -2 lines 0 comments Download
M test/mjsunit/es6/debug-step-into-constructor.js View 7 chunks +10 lines, -9 lines 0 comments Download
M test/mjsunit/es6/debug-stepnext-for.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
Yang
Design doc here: https://docs.google.com/document/d/1UfpzkLuLqVy6QfaYYbhXeR0_mT53Qg7UXf3E-TvNVEo/edit#heading=h.o3qhv46e0ele
5 years, 5 months ago (2015-07-03 13:54:06 UTC) #2
ulan
Nice clean-up! https://codereview.chromium.org/1218493005/diff/40001/src/arm/full-codegen-arm.cc File src/arm/full-codegen-arm.cc (right): https://codereview.chromium.org/1218493005/diff/40001/src/arm/full-codegen-arm.cc#newcode2130 src/arm/full-codegen-arm.cc:2130: SetExpressionPosition(expr); Why we don't insert break here? ...
5 years, 5 months ago (2015-07-06 09:24:19 UTC) #3
Yang
Replies inline. https://codereview.chromium.org/1218493005/diff/40001/src/arm/full-codegen-arm.cc File src/arm/full-codegen-arm.cc (right): https://codereview.chromium.org/1218493005/diff/40001/src/arm/full-codegen-arm.cc#newcode2130 src/arm/full-codegen-arm.cc:2130: SetExpressionPosition(expr); On 2015/07/06 09:24:18, ulan wrote: > ...
5 years, 5 months ago (2015-07-06 10:05:08 UTC) #4
ulan
On 2015/07/06 10:05:08, Yang wrote: > Replies inline. > > https://codereview.chromium.org/1218493005/diff/40001/src/arm/full-codegen-arm.cc > File src/arm/full-codegen-arm.cc (right): ...
5 years, 5 months ago (2015-07-06 10:18:02 UTC) #5
Yang
On 2015/07/06 10:18:02, ulan wrote: > On 2015/07/06 10:05:08, Yang wrote: > > Replies inline. ...
5 years, 5 months ago (2015-07-06 10:21:23 UTC) #6
ulan
lgtm
5 years, 5 months ago (2015-07-06 10:29:34 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1218493005/60001
5 years, 5 months ago (2015-07-06 10:30:51 UTC) #9
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 5 months ago (2015-07-06 11:15:57 UTC) #10
commit-bot: I haz the power
5 years, 5 months ago (2015-07-06 11:16:10 UTC) #11
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f
Cr-Commit-Position: refs/heads/master@{#29487}

Powered by Google App Engine
This is Rietveld 408576698