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

Unified Diff: BUILD.gn

Issue 2519983002: [ignition] Replace branch+loop analysis with a single pass (Closed)
Patch Set: Fix bad search/replace Created 4 years, 1 month 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/DEPS » ('j') | src/compiler/bytecode-analysis.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index ec73657f642652df18cf245912728657a39377ce..535499d3a465df163dc94c6ee4c9c945a31515d5 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1020,12 +1020,10 @@ v8_source_set("v8_base") {
"src/compiler/basic-block-instrumentor.h",
"src/compiler/branch-elimination.cc",
"src/compiler/branch-elimination.h",
- "src/compiler/bytecode-branch-analysis.cc",
- "src/compiler/bytecode-branch-analysis.h",
+ "src/compiler/bytecode-analysis.cc",
+ "src/compiler/bytecode-analysis.h",
"src/compiler/bytecode-graph-builder.cc",
"src/compiler/bytecode-graph-builder.h",
- "src/compiler/bytecode-loop-analysis.cc",
- "src/compiler/bytecode-loop-analysis.h",
"src/compiler/c-linkage.cc",
"src/compiler/checkpoint-elimination.cc",
"src/compiler/checkpoint-elimination.h",
« no previous file with comments | « no previous file | src/DEPS » ('j') | src/compiler/bytecode-analysis.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698