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

Unified Diff: src/identity-map.h

Issue 1320503004: [heap] Move IdentityMap data structure out of heap. (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/identity-map.cc ('k') | src/identity-map.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/identity-map.h
diff --git a/src/heap/identity-map.h b/src/identity-map.h
similarity index 96%
rename from src/heap/identity-map.h
rename to src/identity-map.h
index 672ca5a52a7e292a08cc8de8dcd860b9355ba605..2143e24e37b326c35d8b1c082f457d249e7ad059 100644
--- a/src/heap/identity-map.h
+++ b/src/identity-map.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef V8_HEAP_IDENTITY_MAP_H_
-#define V8_HEAP_IDENTITY_MAP_H_
+#ifndef V8_IDENTITY_MAP_H_
+#define V8_IDENTITY_MAP_H_
#include "src/handles.h"
@@ -95,4 +95,4 @@ class IdentityMap : public IdentityMapBase {
}
} // namespace v8::internal
-#endif // V8_HEAP_IDENTITY_MAP_H_
+#endif // V8_IDENTITY_MAP_H_
« no previous file with comments | « src/heap/identity-map.cc ('k') | src/identity-map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698