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

Unified Diff: src/heap/sweeper-thread.h

Issue 437993003: Move a bunch of GC related files to heap/ subdirectory (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: make presubmit happy Created 6 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/spaces-inl.h ('k') | src/heap/sweeper-thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/sweeper-thread.h
diff --git a/src/sweeper-thread.h b/src/heap/sweeper-thread.h
similarity index 81%
rename from src/sweeper-thread.h
rename to src/heap/sweeper-thread.h
index 692dfea6ccb0b66606199eb18a493ca6573b237b..fc6bdda05b54f03429a069b956ca1440e889a0de 100644
--- a/src/sweeper-thread.h
+++ b/src/heap/sweeper-thread.h
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef V8_SWEEPER_THREAD_H_
-#define V8_SWEEPER_THREAD_H_
+#ifndef V8_HEAP_SWEEPER_THREAD_H_
+#define V8_HEAP_SWEEPER_THREAD_H_
#include "src/base/atomicops.h"
#include "src/base/platform/platform.h"
#include "src/flags.h"
#include "src/utils.h"
-#include "src/spaces.h"
+#include "src/heap/spaces.h"
-#include "src/heap.h"
+#include "src/heap/heap.h"
namespace v8 {
namespace internal {
@@ -39,7 +39,7 @@ class SweeperThread : public base::Thread {
base::Semaphore stop_semaphore_;
volatile base::AtomicWord stop_thread_;
};
+}
+} // namespace v8::internal
-} } // namespace v8::internal
-
-#endif // V8_SWEEPER_THREAD_H_
+#endif // V8_HEAP_SWEEPER_THREAD_H_
« no previous file with comments | « src/heap/spaces-inl.h ('k') | src/heap/sweeper-thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698