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

Unified Diff: BUILD.gn

Issue 1457683003: [turbofan] Initial support for escape analysis. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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/compiler/escape-analysis.h » ('j') | src/compiler/escape-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 d86b9d19a4d255eaedec9c24e6d1432733e3bb04..ba2f2a7a5c6fd56e3b63ae557cec864580e1a2c8 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -750,6 +750,10 @@ source_set("v8_base") {
"src/compiler/dead-code-elimination.cc",
"src/compiler/dead-code-elimination.h",
"src/compiler/diamond.h",
+ "src/compiler/escape-analysis.cc",
+ "src/compiler/escape-analysis.h",
+ "src/compiler/escape-analysis-reducer.cc",
+ "src/compiler/escape-analysis-reducer.h",
"src/compiler/frame.cc",
"src/compiler/frame.h",
"src/compiler/frame-elider.cc",
« no previous file with comments | « no previous file | src/compiler/escape-analysis.h » ('j') | src/compiler/escape-analysis.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698