|
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
Total comments: 1
|
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
|
Total messages: 4 (0 generated)
|