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

Unified Diff: src/heap/identity-map.h

Issue 1321663003: [Interpreter] Add support for loading literals from the constant pool. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@int_const_pool_1
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
Index: src/heap/identity-map.h
diff --git a/src/heap/identity-map.h b/src/heap/identity-map.h
index 672ca5a52a7e292a08cc8de8dcd860b9355ba605..021010307b5eac2f400605617eeb662628d20769 100644
--- a/src/heap/identity-map.h
+++ b/src/heap/identity-map.h
@@ -5,6 +5,8 @@
#ifndef V8_HEAP_IDENTITY_MAP_H_
#define V8_HEAP_IDENTITY_MAP_H_
+// Clients of this interface shouldn't depend on lots of heap internals.
+// Do not include anything from src/heap here!
Michael Starzinger 2015/08/28 12:21:04 Likewise.
rmcilroy 2015/08/28 14:42:05 Done.
#include "src/handles.h"
namespace v8 {

Powered by Google App Engine
This is Rietveld 408576698