|
[heap] Switch to 500k pages
Decrease regular heap object size to 400k. In a follow up, we can now get rid of
the new space border page while keeping the 1M minimum new space size.
This reverts commit 1617043c1093870d67eede7828467cc3b77ba9fb.
BUG= chromium:636331
Committed: https://crrev.com/2101e691caeef656eb91f1c98620b3955d337c83
Cr-Commit-Position: refs/heads/master@{#38916}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+296 lines, -131 lines) |
Patch |
|
M |
src/base/build_config.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/heap/heap.cc
|
View
|
|
2 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/heap/mark-compact.cc
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/heap/spaces.h
|
View
|
|
5 chunks |
+13 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/heap/spaces.cc
|
View
|
|
5 chunks |
+71 lines, -10 lines |
0 comments
|
Download
|
|
M |
src/isolate.cc
|
View
|
|
2 chunks |
+13 lines, -9 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/snapshot/snapshot.h
|
View
|
|
2 chunks |
+4 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/snapshot/snapshot-common.cc
|
View
|
|
4 chunks |
+3 lines, -67 lines |
0 comments
|
Download
|
|
M |
test/cctest/heap/heap-utils.h
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/heap/heap-utils.cc
|
View
|
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/heap/test-heap.cc
|
View
|
|
4 chunks |
+20 lines, -7 lines |
0 comments
|
Download
|
|
M |
test/cctest/heap/test-spaces.cc
|
View
|
|
4 chunks |
+117 lines, -8 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-serialize.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
Total messages: 16 (9 generated)
|