|
|
* Add the partial context snapshot to the VM executable if
running with snapshots.
* Create contexts from partial snapshot if they contain no
extensions or global object templates. Add counters to track
when this happens.
* Remove debugging (logging code).
* Some lint fixes.
Committed: http://code.google.com/p/v8/source/detail?r=3792
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+194 lines, -53 lines) |
Patch |
 |
M |
include/v8.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/api.cc
|
View
|
|
2 chunks |
+32 lines, -0 lines |
1 comment
|
Download
|
 |
M |
src/bootstrapper.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/bootstrapper.cc
|
View
|
|
2 chunks |
+14 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/frames.cc
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/heap.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/mksnapshot.cc
|
View
|
|
5 chunks |
+93 lines, -10 lines |
0 comments
|
Download
|
 |
M |
src/serialize.h
|
View
|
|
4 chunks |
+0 lines, -25 lines |
0 comments
|
Download
|
 |
M |
src/serialize.cc
|
View
|
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/snapshot.h
|
View
|
|
2 chunks |
+13 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/snapshot-common.cc
|
View
|
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/snapshot-empty.cc
|
View
|
|
1 chunk |
+11 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/v8-counters.h
|
View
|
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/v8threads.cc
|
View
|
|
5 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-serialize.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|