Chromium Code Reviews

Unified Diff: src/heap.cc

Issue 18447003: MIPS: Adjust default Heap sizes. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap.cc
diff --git a/src/heap.cc b/src/heap.cc
index 53207b76d0e9ebf316a4cd3e28c1243eff364ffd..41b1e97dba4372134fabaea07b9768b6800c1d2f 100644
--- a/src/heap.cc
+++ b/src/heap.cc
@@ -74,7 +74,7 @@ Heap::Heap()
#define LUMP_OF_MEMORY MB
code_range_size_(0),
#endif
-#if defined(ANDROID)
+#if defined(ANDROID) || defined(V8_TARGET_ARCH_MIPS)
Jakob Kummerow 2013/07/10 08:10:25 nit: since a few weeks we quite consistently use V
palfia 2013/07/10 09:59:56 Done.
reserved_semispace_size_(4 * Max(LUMP_OF_MEMORY, Page::kPageSize)),
max_semispace_size_(4 * Max(LUMP_OF_MEMORY, Page::kPageSize)),
initial_semispace_size_(Page::kPageSize),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine