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

Unified Diff: src/DEPS

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
« no previous file with comments | « no previous file | src/compiler/interpreter-assembler.h » ('j') | src/heap/identity-map.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/DEPS
diff --git a/src/DEPS b/src/DEPS
index 7350f61f9f2b755481502b2e201e535055da25e2..d8a6382b7c9a6d95c5f2cd618141cbda8a36a73f 100644
--- a/src/DEPS
+++ b/src/DEPS
@@ -5,6 +5,7 @@ include_rules = [
"-src/heap",
"+src/heap/heap.h",
"+src/heap/heap-inl.h",
+ "+src/heap/identity-map.h",
Michael Starzinger 2015/08/28 12:21:04 I have moved the IdentityMap out of the "heap" dir
rmcilroy 2015/08/28 14:42:05 Done (thanks for doing the move!)
"-src/interpreter",
"+src/interpreter/bytecodes.h",
"+src/interpreter/interpreter.h",
« no previous file with comments | « no previous file | src/compiler/interpreter-assembler.h » ('j') | src/heap/identity-map.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698