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

Unified Diff: BUILD.gn

Issue 2280673003: [turbofan] Separate typed optimizations from JSTypedLowering. (Closed)
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 | « no previous file | src/compiler/js-typed-lowering.h » ('j') | src/compiler/typed-optimization.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 5563641c80752a850c2acd3fae27976e6ef6b590..786ae39249dfa5823612ff9f7d12c7964cb50469 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1135,6 +1135,8 @@ v8_source_set("v8_base") {
"src/compiler/type-hint-analyzer.h",
"src/compiler/type-hints.cc",
"src/compiler/type-hints.h",
+ "src/compiler/typed-optimization.cc",
+ "src/compiler/typed-optimization.h",
"src/compiler/typer.cc",
"src/compiler/typer.h",
"src/compiler/unwinding-info-writer.h",
« no previous file with comments | « no previous file | src/compiler/js-typed-lowering.h » ('j') | src/compiler/typed-optimization.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698