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

Issue 366004: Add support for debugger statement to top-level compiler. (Closed)

Created:
11 years, 1 month ago by fschneider
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add support for debugger statement to top-level compiler. Committed: http://code.google.com/p/v8/source/detail?r=3220

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -2 lines) Patch
M src/compiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/fast-codegen.cc View 1 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
fschneider
11 years, 1 month ago (2009-11-04 18:31:33 UTC) #1
Kevin Millikin (Chromium)
LGTM. http://codereview.chromium.org/366004/diff/1/3 File src/fast-codegen.cc (right): http://codereview.chromium.org/366004/diff/1/3#newcode406 Line 406: #ifdef ENABLE_DEBUGGER_SUPPORT I think the entire body ...
11 years, 1 month ago (2009-11-04 18:36:08 UTC) #2
fschneider
11 years, 1 month ago (2009-11-04 18:52:11 UTC) #3
http://codereview.chromium.org/366004/diff/1/3
File src/fast-codegen.cc (right):

http://codereview.chromium.org/366004/diff/1/3#newcode406
Line 406: #ifdef ENABLE_DEBUGGER_SUPPORT
On 2009/11/04 18:36:08, Kevin Millikin wrote:
> I think the entire body should be wrapped in the #ifdef.  If debugger support
is
> disabled, then we don't really need the comment or to set the statement
> position.

Done.

Powered by Google App Engine
This is Rietveld 408576698