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

Unified Diff: src/assembler.h

Issue 1671813003: [interpreter] move the dispatch table off heap. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 10 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/assembler.cc » ('j') | src/interpreter/interpreter.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/assembler.h
diff --git a/src/assembler.h b/src/assembler.h
index f9a3a99a32aa5d2492d8d7d99e9cd443a5ff4277..423e29770fb883e02a44a11b1a6b7591d09bcfe2 100644
--- a/src/assembler.h
+++ b/src/assembler.h
@@ -893,6 +893,9 @@ class ExternalReference BASE_EMBEDDED {
// Isolate as an external reference.
static ExternalReference isolate_address(Isolate* isolate);
+ // Address of the interpreter dispatch table.
+ static ExternalReference interpreter_dispatch_table_address(Isolate* isolate);
Michael Starzinger 2016/02/05 11:42:16 nit: Move to below the general comment about "One-
Yang 2016/02/05 11:51:01 Done.
+
// One-of-a-kind references. These references are not part of a general
// pattern. This means that they have to be added to the
// ExternalReferenceTable in serialize.cc manually.
« no previous file with comments | « no previous file | src/assembler.cc » ('j') | src/interpreter/interpreter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698