|
Allow resource constraints to specify the max committed new space size
when using snapshots.
The alignment of new space has to match the alignment in the snapshot,
but the max committed amount of memory does not.
For now, we assume that the default semispace size is always used in a
snapshot.
Committed: http://code.google.com/p/v8/source/detail?r=3106
Total comments: 7
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+80 lines, -62 lines) |
Patch |
|
M |
src/api.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/flag-definitions.h
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/heap.h
|
View
|
1
2
|
3 chunks |
+10 lines, -10 lines |
1 comment
|
Download
|
|
M |
src/heap.cc
|
View
|
1
2
|
7 chunks |
+51 lines, -28 lines |
0 comments
|
Download
|
|
M |
src/ia32/assembler-ia32.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/spaces.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/x64/assembler-x64.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
test/cctest/test-mark-compact.cc
|
View
|
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-spaces.cc
|
View
|
|
3 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|