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

Unified Diff: src/compiler/linkage.h

Issue 1294133004: [Interpreter] Pass context to interpreter bytecode handlers and add LoadConstextSlot (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
Index: src/compiler/linkage.h
diff --git a/src/compiler/linkage.h b/src/compiler/linkage.h
index f5507a0594ea56fdfe2c3dd37300f4857e234cbb..57203627887647cbaa1736d45292054d121adbbe 100644
--- a/src/compiler/linkage.h
+++ b/src/compiler/linkage.h
@@ -335,6 +335,7 @@ class Linkage : public ZoneObject {
static const int kInterpreterBytecodeOffsetParameter = 2;
static const int kInterpreterBytecodeArrayParameter = 3;
static const int kInterpreterDispatchTableParameter = 4;
+ static const int kInterpreterContextParameter = 5;
private:
CallDescriptor* const incoming_;

Powered by Google App Engine
This is Rietveld 408576698