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

Unified Diff: src/compiler/linkage.h

Issue 1291693004: [Interpreter] Bytecode graph builder (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Incorporate comments on patch set 8. Created 5 years, 3 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/compiler/linkage.h
diff --git a/src/compiler/linkage.h b/src/compiler/linkage.h
index 57203627887647cbaa1736d45292054d121adbbe..065382471fa82a15716a50c79dc4a682c30e19b4 100644
--- a/src/compiler/linkage.h
+++ b/src/compiler/linkage.h
@@ -330,6 +330,7 @@ class Linkage : public ZoneObject {
// Special parameter indices used to pass fixed register data through
// interpreter dispatches.
+ static const int kInterpreterReceiverParameter = -1;
rmcilroy 2015/09/04 11:35:37 No, please don't make this an Interpreter paramete
oth 2015/09/04 16:15:46 Removed. Won't commit until this is resolved. Comm
Michael Starzinger 2015/09/04 16:35:50 Receiver and closure are to different things. One
static const int kInterpreterAccumulatorParameter = 0;
static const int kInterpreterRegisterFileParameter = 1;
static const int kInterpreterBytecodeOffsetParameter = 2;

Powered by Google App Engine
This is Rietveld 408576698