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

Unified Diff: BUILD.gn

Issue 565753004: [turbofan] Some common operators are globally shared singletons. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fixes2 Created 6 years, 3 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/common-operator.h » ('j') | src/compiler/operator-properties-inl.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 5c14eac6891c1bf6157b4722e85b4a0cf7550227..00cfbb89f1ae17d7f55700365ce25ac5866711b8 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -472,6 +472,7 @@ source_set("v8_base") {
"src/compiler/code-generator.cc",
"src/compiler/code-generator.h",
"src/compiler/common-node-cache.h",
+ "src/compiler/common-operator.cc",
"src/compiler/common-operator.h",
"src/compiler/control-builders.cc",
"src/compiler/control-builders.h",
« no previous file with comments | « no previous file | src/compiler/common-operator.h » ('j') | src/compiler/operator-properties-inl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698