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

Unified Diff: src/heap/heap.cc

Issue 1221303002: Revert of Make ARM compiler happy after 0ecd9e1bd (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 5 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 | 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 926036af2280a5cede3f2aeb6bd8d3c9619715d4..6bea41c39ae29728a0c7d3fd1fe8c6968c0c1277 100644
--- a/src/heap/heap.cc
+++ b/src/heap/heap.cc
@@ -927,7 +927,7 @@
}
bool next_gc_likely_to_collect_more = false;
- intptr_t committed_memory_before = 0;
+ intptr_t committed_memory_before;
if (collector == MARK_COMPACTOR) {
committed_memory_before = CommittedOldGenerationMemory();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698