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

Unified Diff: src/heap/heap.h

Issue 1288913003: [heap] Hide MemoryReducer inside the heap component. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_cleanup-heap-gc-tracer
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 | « no previous file | src/heap/heap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/heap.h
diff --git a/src/heap/heap.h b/src/heap/heap.h
index da52d3ce8df7ef4ec29cc58239c3a709e8b1db87..6c82764f09b55578aac80311c43b3817f53d42f9 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -14,7 +14,6 @@
#include "src/heap/gc-idle-time-handler.h"
#include "src/heap/incremental-marking.h"
#include "src/heap/mark-compact.h"
-#include "src/heap/memory-reducer.h"
#include "src/heap/objects-visiting.h"
#include "src/heap/spaces.h"
#include "src/heap/store-buffer.h"
@@ -400,6 +399,7 @@ namespace internal {
// Forward declarations.
class HeapStats;
class Isolate;
+class MemoryReducer;
class WeakObjectRetainer;
@@ -2215,7 +2215,7 @@ class Heap {
GCIdleTimeHandler gc_idle_time_handler_;
- MemoryReducer memory_reducer_;
+ MemoryReducer* memory_reducer_;
// These two counters are monotomically increasing and never reset.
size_t full_codegen_bytes_generated_;
« no previous file with comments | « no previous file | src/heap/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698