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

Unified Diff: src/compiler/code-generator.h

Issue 1131783003: Embedded constant pools. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 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/code-generator.h
diff --git a/src/compiler/code-generator.h b/src/compiler/code-generator.h
index 4ffb3dd61726e91f2bf7bd2e9b5091d64ebe134a..3717c337ee40fd09c7bc77fa35066fcd630c98aa 100644
--- a/src/compiler/code-generator.h
+++ b/src/compiler/code-generator.h
@@ -96,6 +96,9 @@ class CodeGenerator final : public GapResolver::Assembler {
// Generates code to deconstruct a the caller's frame, including arguments.
void AssembleDeconstructActivationRecord();
+ // Emits an embedded constant pool.
+ void AssembleConstantPool();
+
// ===========================================================================
// ============== Architecture-specific gap resolver methods. ================
// ===========================================================================

Powered by Google App Engine
This is Rietveld 408576698