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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | src/compiler/move-optimizer.cc » ('j') | src/compiler/zonestats.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/dcheck_always_on.gni") 7 import("//build/config/dcheck_always_on.gni")
8 import("//build/config/mips.gni") 8 import("//build/config/mips.gni")
9 import("//build/config/sanitizers/sanitizers.gni") 9 import("//build/config/sanitizers/sanitizers.gni")
10 10
(...skipping 1163 matching lines...) Expand 10 before | Expand all | Expand 10 after
1174 "src/compiler/types.cc", 1174 "src/compiler/types.cc",
1175 "src/compiler/types.h", 1175 "src/compiler/types.h",
1176 "src/compiler/unwinding-info-writer.h", 1176 "src/compiler/unwinding-info-writer.h",
1177 "src/compiler/value-numbering-reducer.cc", 1177 "src/compiler/value-numbering-reducer.cc",
1178 "src/compiler/value-numbering-reducer.h", 1178 "src/compiler/value-numbering-reducer.h",
1179 "src/compiler/verifier.cc", 1179 "src/compiler/verifier.cc",
1180 "src/compiler/verifier.h", 1180 "src/compiler/verifier.h",
1181 "src/compiler/wasm-compiler.cc", 1181 "src/compiler/wasm-compiler.cc",
1182 "src/compiler/wasm-compiler.h", 1182 "src/compiler/wasm-compiler.h",
1183 "src/compiler/wasm-linkage.cc", 1183 "src/compiler/wasm-linkage.cc",
1184 "src/compiler/zone-pool.cc", 1184 "src/compiler/zonestats.cc",
1185 "src/compiler/zone-pool.h", 1185 "src/compiler/zonestats.h",
1186 "src/context-measure.cc", 1186 "src/context-measure.cc",
1187 "src/context-measure.h", 1187 "src/context-measure.h",
1188 "src/contexts-inl.h", 1188 "src/contexts-inl.h",
1189 "src/contexts.cc", 1189 "src/contexts.cc",
1190 "src/contexts.h", 1190 "src/contexts.h",
1191 "src/conversions-inl.h", 1191 "src/conversions-inl.h",
1192 "src/conversions.cc", 1192 "src/conversions.cc",
1193 "src/conversions.h", 1193 "src/conversions.h",
1194 "src/counters-inl.h", 1194 "src/counters-inl.h",
1195 "src/counters.cc", 1195 "src/counters.cc",
(...skipping 1588 matching lines...) Expand 10 before | Expand all | Expand 10 after
2784 ":fuzzer_support", 2784 ":fuzzer_support",
2785 ":lib_wasm_section_fuzzer", 2785 ":lib_wasm_section_fuzzer",
2786 ":wasm_module_runner", 2786 ":wasm_module_runner",
2787 ] 2787 ]
2788 2788
2789 configs = [ ":internal_config" ] 2789 configs = [ ":internal_config" ]
2790 } 2790 }
2791 2791
2792 v8_fuzzer("wasm_data_section_fuzzer") { 2792 v8_fuzzer("wasm_data_section_fuzzer") {
2793 } 2793 }
OLDNEW
« 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