Reviewers: Erik Corry,

Description:
Revert r6152.

Please review this at http://codereview.chromium.org/6029008/

SVN Base: http://v8.googlecode.com/svn/branches/experimental/gc/

Affected files:
  M     src/spaces.h


Index: src/spaces.h
===================================================================
--- src/spaces.h        (revision 6158)
+++ src/spaces.h        (working copy)
@@ -314,7 +314,7 @@
   static const int kObjectAreaSize = kPageSize - kObjectStartOffset;

   // Maximum object size that fits in a page.
-  static const int kMaxHeapObjectSize = kObjectAreaSize >> 4;
+  static const int kMaxHeapObjectSize = kObjectAreaSize;

 #ifdef ENABLE_CARDMARKING_WRITE_BARRIER
   static const int kDirtyFlagOffset = 2 * kPointerSize;


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to