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

Issue 5998001: 1. Added support for object printing for release mode using the... (Closed)

Created:
10 years ago by marklam
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

1. Added support for object printing for release mode using the objectprint=on (defaults to off) option (which defines OBJECT_PRINT). 2. Added the ability to print objects to a specified file instead of just stdout. 3. Added a use_verbose_printer flag (true by default) to allow some object printouts to be less verbose when the flag is false. 4. Fixed a bug in VSNPrintF() where it can potentially write into an empty char vector. Committed: http://code.google.com/p/v8/source/detail?r=6080

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 1

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+968 lines, -519 lines) Patch
M SConstruct View 1 2 3 2 chunks +9 lines, -1 line 0 comments Download
M src/SConscript View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M src/assembler.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/assembler.cc View 1 2 3 1 chunk +12 lines, -11 lines 0 comments Download
M src/deoptimizer.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/deoptimizer.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/flag-definitions.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M src/objects.h View 1 2 3 47 chunks +282 lines, -56 lines 0 comments Download
M src/objects.cc View 1 2 3 20 chunks +66 lines, -65 lines 0 comments Download
M src/objects-debug.cc View 1 2 3 28 chunks +480 lines, -338 lines 0 comments Download
M src/platform.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M src/platform-nullos.cc View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
M src/platform-posix.cc View 1 2 3 2 chunks +20 lines, -1 line 0 comments Download
M src/platform-win32.cc View 1 2 3 2 chunks +15 lines, -1 line 0 comments Download
M src/property.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M src/property.cc View 1 2 3 1 chunk +31 lines, -31 lines 0 comments Download
M src/string-stream.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M src/string-stream.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M src/utils.cc View 1 2 3 1 chunk +10 lines, -2 lines 0 comments Download
M src/v8utils.h View 1 2 3 1 chunk +9 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
marklam
Søren, can you have a look at this change, please? The bulk of this change ...
10 years ago (2010-12-17 13:13:01 UTC) #1
Søren Thygesen Gjesse
LGTM, with comment addressed. When this is landed please make the refactoring of all the ...
10 years ago (2010-12-17 13:44:03 UTC) #2
marklam
On 2010/12/17 13:44:03, Søren Gjesse wrote: > LGTM, with comment addressed. > > When this ...
10 years ago (2010-12-17 14:32:19 UTC) #3
Søren Thygesen Gjesse
10 years ago (2010-12-20 10:43:42 UTC) #4
LGTM, committed r6080.

I don't think we need objects-printer-inl.h, we only use them for inlining
larger functions, see
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml?showone=The_-i....

I updated tools/gyp/v8.gyp, xcode anf Visual Studio files before committing.

Thank you for the patch.

Closing issue.

Powered by Google App Engine
This is Rietveld 408576698