|
Add some interfaces to the GC that allow us to reserve space. This is needed
for partial snapshots. After reserving space we can be sure that allocations
will happen linearly (no GCs and no free-list allocation). This change also
contains the start of the partial snapshot support, which, however is not yet
completed or tested.
Committed: http://code.google.com/p/v8/source/detail?r=3584
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+299 lines, -27 lines) |
Patch |
|
M |
src/arm/fast-codegen-arm.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/frames.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/heap.h
|
View
|
|
3 chunks |
+10 lines, -6 lines |
1 comment
|
Download
|
|
M |
src/mark-compact.h
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
src/serialize.h
|
View
|
|
4 chunks |
+14 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/serialize.cc
|
View
|
|
3 chunks |
+30 lines, -1 line |
0 comments
|
Download
|
|
M |
src/spaces.h
|
View
|
|
7 chunks |
+29 lines, -2 lines |
1 comment
|
Download
|
|
M |
src/spaces.cc
|
View
|
|
3 chunks |
+73 lines, -7 lines |
2 comments
|
Download
|
|
M |
test/cctest/test-serialize.cc
|
View
|
|
2 chunks |
+137 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|