Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1111)

Unified Diff: src/spaces.cc

Issue 349033007: Reland "Fix stack trace accessor behavior." (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/runtime.cc ('k') | test/cctest/test-heap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/spaces.cc
diff --git a/src/spaces.cc b/src/spaces.cc
index 69a01451bb9162dfaef723ceb9a2362e6a99e48d..2c6b2da45f0e6f1dcf53465fd75135a20e01c2a3 100644
--- a/src/spaces.cc
+++ b/src/spaces.cc
@@ -1049,7 +1049,7 @@ intptr_t PagedSpace::SizeOfFirstPage() {
size = 96 * kPointerSize * KB;
break;
case OLD_DATA_SPACE:
- size = 192 * KB;
+ size = 208 * KB;
break;
case MAP_SPACE:
size = 16 * kPointerSize * KB;
« no previous file with comments | « src/runtime.cc ('k') | test/cctest/test-heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698