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

Unified Diff: src/heap/slot-set.h

Issue 2373983004: [turbofan] inline %StringIteratorPrototype%.next in JSBuiltinReducer. (Closed)
Patch Set: Created 4 years, 3 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
Index: src/heap/slot-set.h
diff --git a/src/heap/slot-set.h b/src/heap/slot-set.h
index f70def43eaa2c9bca702fa6d5cdab05e5b902426..3a984ce1e9be8c24ea3382c246eddc9eb760d227 100644
--- a/src/heap/slot-set.h
+++ b/src/heap/slot-set.h
@@ -325,6 +325,7 @@ class TypedSlotSet {
delete chunk;
chunk = next;
}
+ FreeToBeFreedChunks();
Benedikt Meurer 2016/09/29 13:04:27 What is this?
}
// The slot offset specifies a slot at address page_start_ + offset.

Powered by Google App Engine
This is Rietveld 408576698