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

Unified Diff: BUILD.gn

Issue 1947403002: [interpreter] Introduce bytecode generation pipeline. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove unreadable git cl formatting. Created 4 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: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 3529ff5c279298edc4852efd68321c298dcf956f..42ff9e7d743028d27fbad019f0388a9938d302f5 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1224,8 +1224,14 @@ v8_source_set("v8_base") {
"src/interpreter/bytecode-array-builder.h",
"src/interpreter/bytecode-array-iterator.cc",
"src/interpreter/bytecode-array-iterator.h",
+ "src/interpreter/bytecode-array-writer.cc",
+ "src/interpreter/bytecode-array-writer.h",
"src/interpreter/bytecode-generator.cc",
"src/interpreter/bytecode-generator.h",
+ "src/interpreter/bytecode-peephole-optimizer.cc",
+ "src/interpreter/bytecode-peephole-optimizer.h",
+ "src/interpreter/bytecode-pipeline.cc",
+ "src/interpreter/bytecode-pipeline.h",
"src/interpreter/bytecode-register-allocator.cc",
"src/interpreter/bytecode-register-allocator.h",
"src/interpreter/bytecode-traits.h",
« no previous file with comments | « no previous file | src/compiler/bytecode-graph-builder.cc » ('j') | test/unittests/interpreter/bytecode-array-writer-unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698