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

Issue 162007: Fix the debugger in multipass mode by introducing phantome... (Closed)

Created:
11 years, 4 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix the debugger in multipass mode by introducing phantom instructions marking statement boundaries. Committed: http://code.google.com/p/v8/source/detail?r=2633

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -5 lines) Patch
M src/arm/cfg-arm.cc View 1 2 3 1 chunk +8 lines, -0 lines 1 comment Download
M src/cfg.h View 1 3 chunks +28 lines, -5 lines 0 comments Download
M src/cfg.cc View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M src/ia32/cfg-ia32.cc View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M src/x64/cfg-x64.cc View 1 2 3 1 chunk +8 lines, -0 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
Kevin Millikin (Chromium)
You can safely ignore the part of this (expression statements) that overlaps with the other ...
11 years, 4 months ago (2009-08-05 15:18:07 UTC) #1
Kevin Millikin (Chromium)
Lasse, another simple review.
11 years, 4 months ago (2009-08-06 07:50:14 UTC) #2
Lasse Reichstein
11 years, 4 months ago (2009-08-06 10:02:28 UTC) #3
LGTM

http://codereview.chromium.org/162007/diff/2014/3012
File src/arm/cfg-arm.cc (right):

http://codereview.chromium.org/162007/diff/2014/3012#newcode105
Line 105: __ RecordStatementPosition(pos_);
Should we use "masm->" instead of "__" here? Using "__" might add extra coverage
code.

http://codereview.chromium.org/162007/diff/2014/3010
File src/x64/cfg-x64.cc (right):

http://codereview.chromium.org/162007/diff/2014/3010#newcode129
Line 129: __ RecordPosition(pos_);
These functions are all identical, and uses only generic MacroAssembler
functionality. There shouldn't need to be three of them.

Powered by Google App Engine
This is Rietveld 408576698