Revision: 22037
Author:   [email protected]
Date:     Thu Jun 26 11:49:39 2014 UTC
Log: Keep CodeRange::current_allocation_block_index_ in range after r21869.

BUG=305878,388328
LOG=N
[email protected]

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

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

=======================================
--- /branches/bleeding_edge/src/spaces.cc       Wed Jun 25 10:53:00 2014 UTC
+++ /branches/bleeding_edge/src/spaces.cc       Thu Jun 26 11:49:39 2014 UTC
@@ -193,7 +193,7 @@
       return true;  // Found a large enough allocation block.
     }
   }
-
+  current_allocation_block_index_ = 0;
   // Code range is full or too fragmented.
   return false;
 }

--
--
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/d/optout.

Reply via email to