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

Unified Diff: src/interpreter/bytecode-generator.h

Issue 2251673003: Revert of [Interpreter] Introduce InterpreterCompilationJob (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@offheap_peekhole
Patch Set: Created 4 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 | « src/crankshaft/lithium-codegen.h ('k') | src/interpreter/bytecode-generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/interpreter/bytecode-generator.h
diff --git a/src/interpreter/bytecode-generator.h b/src/interpreter/bytecode-generator.h
index 3b6b2894ab1fb91ec2036a3639b11d70254bed1e..573ad673efce2cd1f8968e25957824a088c4fb5e 100644
--- a/src/interpreter/bytecode-generator.h
+++ b/src/interpreter/bytecode-generator.h
@@ -24,8 +24,7 @@
public:
explicit BytecodeGenerator(CompilationInfo* info);
- void GenerateBytecode();
- Handle<BytecodeArray> FinalizeBytecode();
+ Handle<BytecodeArray> MakeBytecode();
#define DECLARE_VISIT(type) void Visit##type(type* node);
AST_NODE_LIST(DECLARE_VISIT)
@@ -53,8 +52,9 @@
enum class TestFallthrough { kThen, kElse, kNone };
+ void GenerateBytecode();
void GenerateBytecodeBody();
- void AllocateDeferredConstants();
+ void FinalizeBytecode();
DEFINE_AST_VISITOR_SUBCLASS_MEMBERS();
« no previous file with comments | « src/crankshaft/lithium-codegen.h ('k') | src/interpreter/bytecode-generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698