Revision: 17359
Author:   [email protected]
Date:     Thu Oct 24 07:42:29 2013 UTC
Log:      MIPS: Increase code space first page size due to r17334.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/39363004
http://code.google.com/p/v8/source/detail?r=17359

Modified:
 /branches/bleeding_edge/src/spaces.cc

=======================================
--- /branches/bleeding_edge/src/spaces.cc       Wed Oct 23 08:39:15 2013 UTC
+++ /branches/bleeding_edge/src/spaces.cc       Thu Oct 24 07:42:29 2013 UTC
@@ -1080,10 +1080,8 @@
         size = AreaSize();
       } else {
 #if V8_TARGET_ARCH_MIPS
-        // On MIPS, code stubs seem to be quite a bit larger.
-        // TODO(olivf/MIPS folks): Can we do anything about this? Does it
-        // indicate the presence of a bug?
-        size = 464 * KB;
+        // TODO(plind): Investigate larger code stubs size on MIPS.
+        size = 480 * KB;
 #else
         size = 416 * KB;
 #endif

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to