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

Unified Diff: src/identity-map.cc

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/identity-map.h ('k') | test/cctest/test-identity-map.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/identity-map.cc
diff --git a/src/heap/identity-map.cc b/src/identity-map.cc
similarity index 99%
rename from src/heap/identity-map.cc
rename to src/identity-map.cc
index f901ac44244240d99d7f3abba84bd719bbbb0972..1d23af95e8c8bc7e5b744b2535def8a95f4be200 100644
--- a/src/heap/identity-map.cc
+++ b/src/identity-map.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "src/heap/identity-map.h"
+#include "src/identity-map.h"
#include "src/heap/heap.h"
#include "src/zone-containers.h"
« no previous file with comments | « src/identity-map.h ('k') | test/cctest/test-identity-map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698