Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(541)

Unified Diff: src/incremental-marking.cc

Issue 15562008: Recording array buffer views. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/mark-compact.h » ('j') | src/objects-visiting-inl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/incremental-marking.cc
diff --git a/src/incremental-marking.cc b/src/incremental-marking.cc
index bacbb93ad2e8cb6a335c577e8ccf69ade8c82d63..b77e54e43d6b0b3c9d1123e3c7626ed7189563eb 100644
--- a/src/incremental-marking.cc
+++ b/src/incremental-marking.cc
@@ -815,6 +815,7 @@ void IncrementalMarking::Abort() {
PrintF("[IncrementalMarking] Aborting.\n");
}
heap_->new_space()->LowerInlineAllocationLimit(0);
+ heap_->mark_compact_collector()->ClearArrayBuffersOnAbort();
IncrementalMarking::set_should_hurry(false);
ResetStepCounters();
if (IsMarking()) {
« no previous file with comments | « no previous file | src/mark-compact.h » ('j') | src/objects-visiting-inl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698