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

Unified Diff: src/interpreter/interpreter.h

Issue 1266713004: [Intepreter] Addition of BytecodeArrayBuilder and accumulator based bytecodes. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Tweak BytecodeArray::Disassemble(). Created 5 years, 5 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/interpreter/interpreter.h
diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h
index 1e5b00288261822e71f31c00e4c5f5309a13369d..82080539093788a33d31118c37bf5a29f09e9945 100644
--- a/src/interpreter/interpreter.h
+++ b/src/interpreter/interpreter.h
@@ -29,6 +29,7 @@ class Interpreter {
virtual ~Interpreter() {}
void Initialize(bool create_heap_objects);
+ static bool MakeBytecode(CompilationInfo* info);
private:
// Bytecode handler generator functions.

Powered by Google App Engine
This is Rietveld 408576698