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

Unified Diff: BUILD.gn

Issue 2348303002: Replaced different means of zone pooling/reusing by one zone segment pool (Closed)
Patch Set: Merge branch 'zonesegpool' into onezonepool Created 4 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/move-optimizer.cc » ('j') | src/compiler/zonestats.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 25c306eb5cbbce14beb26c23bb01e4ae7b8365f8..d37088c38f62eaef7280810f167001cfd7a1b1a2 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1181,8 +1181,8 @@ v8_source_set("v8_base") {
"src/compiler/wasm-compiler.cc",
"src/compiler/wasm-compiler.h",
"src/compiler/wasm-linkage.cc",
- "src/compiler/zone-pool.cc",
- "src/compiler/zone-pool.h",
+ "src/compiler/zonestats.cc",
+ "src/compiler/zonestats.h",
"src/context-measure.cc",
"src/context-measure.h",
"src/contexts-inl.h",
« no previous file with comments | « no previous file | src/compiler/move-optimizer.cc » ('j') | src/compiler/zonestats.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698