Revision: 17105
Author:   [email protected]
Date:     Fri Oct  4 11:11:50 2013 UTC
Log: Bump code space size for cctest/DeserializeFromSecondSerialization.

[email protected]
BUG=

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

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

=======================================
--- /branches/bleeding_edge/src/spaces.cc       Fri Oct  4 08:17:11 2013 UTC
+++ /branches/bleeding_edge/src/spaces.cc       Fri Oct  4 11:11:50 2013 UTC
@@ -1077,7 +1077,7 @@
         // upgraded to handle small pages.
         size = AreaSize();
       } else {
-        size = 384 * KB;
+        size = 416 * KB;
       }
       break;
     default:
@@ -2685,6 +2685,7 @@

   // Try to expand the space and allocate in the new next page.
   if (Expand()) {
+ ASSERT(CountTotalPages() > 1 || size_in_bytes <= free_list_.available());
     return free_list_.Allocate(size_in_bytes);
   }

--
--
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