Reviewers: Michael Starzinger, Yang,

Description:
Free slots buffer entries when tearing down the heap.

BUG=

Please review this at https://codereview.chromium.org/21216003/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/heap.cc


Index: src/heap.cc
diff --git a/src/heap.cc b/src/heap.cc
index 5cd85445b4f169fc739dca8afbd8b1387733a5ac..8d407a7c2834e18f7c308b9e767fcb170c9b3bf1 100644
--- a/src/heap.cc
+++ b/src/heap.cc
@@ -6955,6 +6955,8 @@ void Heap::TearDown() {

   external_string_table_.TearDown();

+  mark_compact_collector()->AbortCompaction();
+
   new_space_.TearDown();

   if (old_pointer_space_ != NULL) {


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