Reviewers: Hannes Payer,
Description:
Drop bogus assert after r21552.
[email protected]
BUG=v8:2070
LOG=N
Please review this at https://codereview.chromium.org/303493005/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+0, -1 lines):
M src/mark-compact.cc
Index: src/mark-compact.cc
diff --git a/src/mark-compact.cc b/src/mark-compact.cc
index
7e7a3439d286d7f02f1c05a544930833c60f78e3..3d1af7cdb474097a1892982f148f94a6551f0528
100644
--- a/src/mark-compact.cc
+++ b/src/mark-compact.cc
@@ -400,7 +400,6 @@ void MarkCompactCollector::CollectGarbage() {
// Make sure that Prepare() has been called. The individual steps below
will
// update the state as they proceed.
ASSERT(state_ == PREPARE_GC);
- ASSERT(encountered_weak_collections_ == Smi::FromInt(0));
MarkLiveObjects();
ASSERT(heap_->incremental_marking()->IsStopped());
--
--
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.