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

Unified Diff: src/heap/heap.cc

Issue 1303443005: [heap] Remove unflattened_string_length (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 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 | « src/heap/heap.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/heap.cc
diff --git a/src/heap/heap.cc b/src/heap/heap.cc
index 6e6da98d31e2842f202bd0c74132b77323c065b1..64f2823d4041d79713cd0045bb579d34162924c4 100644
--- a/src/heap/heap.cc
+++ b/src/heap/heap.cc
@@ -89,7 +89,6 @@ Heap::Heap()
ms_count_(0),
gc_count_(0),
remembered_unmapped_pages_index_(0),
- unflattened_strings_length_(0),
#ifdef DEBUG
allocation_timeout_(0),
#endif // DEBUG
@@ -402,7 +401,6 @@ void Heap::GarbageCollectionPrologue() {
{
AllowHeapAllocation for_the_first_part_of_prologue;
gc_count_++;
- unflattened_strings_length_ = 0;
if (FLAG_flush_code) {
mark_compact_collector()->EnableCodeFlushing(true);
« no previous file with comments | « src/heap/heap.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698