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

Side by Side Diff: BUILD.gn

Issue 2335343007: Pool implementation for zone segments (Closed)
Patch Set: Remove garbage stack 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/api.cc » ('j') | src/zone/accounting-allocator.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 1683 matching lines...) Expand 10 before | Expand all | Expand 10 after
1694 "src/wasm/wasm-module.h", 1694 "src/wasm/wasm-module.h",
1695 "src/wasm/wasm-opcodes.cc", 1695 "src/wasm/wasm-opcodes.cc",
1696 "src/wasm/wasm-opcodes.h", 1696 "src/wasm/wasm-opcodes.h",
1697 "src/wasm/wasm-result.cc", 1697 "src/wasm/wasm-result.cc",
1698 "src/wasm/wasm-result.h", 1698 "src/wasm/wasm-result.h",
1699 "src/zone/accounting-allocator.cc", 1699 "src/zone/accounting-allocator.cc",
1700 "src/zone/accounting-allocator.h", 1700 "src/zone/accounting-allocator.h",
1701 "src/zone/zone-allocator.h", 1701 "src/zone/zone-allocator.h",
1702 "src/zone/zone-allocator.h", 1702 "src/zone/zone-allocator.h",
1703 "src/zone/zone-containers.h", 1703 "src/zone/zone-containers.h",
1704 "src/zone/zone-segment.cc",
1704 "src/zone/zone-segment.h", 1705 "src/zone/zone-segment.h",
1705 "src/zone/zone.cc", 1706 "src/zone/zone.cc",
1706 "src/zone/zone.h", 1707 "src/zone/zone.h",
1707 ] 1708 ]
1708 1709
1709 if (v8_current_cpu == "x86") { 1710 if (v8_current_cpu == "x86") {
1710 sources += [ 1711 sources += [
1711 "src/builtins/ia32/builtins-ia32.cc", 1712 "src/builtins/ia32/builtins-ia32.cc",
1712 "src/compiler/ia32/code-generator-ia32.cc", 1713 "src/compiler/ia32/code-generator-ia32.cc",
1713 "src/compiler/ia32/instruction-codes-ia32.h", 1714 "src/compiler/ia32/instruction-codes-ia32.h",
(...skipping 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after
2777 ":fuzzer_support", 2778 ":fuzzer_support",
2778 ":lib_wasm_section_fuzzer", 2779 ":lib_wasm_section_fuzzer",
2779 ":wasm_module_runner", 2780 ":wasm_module_runner",
2780 ] 2781 ]
2781 2782
2782 configs = [ ":internal_config" ] 2783 configs = [ ":internal_config" ]
2783 } 2784 }
2784 2785
2785 v8_fuzzer("wasm_data_section_fuzzer") { 2786 v8_fuzzer("wasm_data_section_fuzzer") {
2786 } 2787 }
OLDNEW
« no previous file with comments | « no previous file | src/api.cc » ('j') | src/zone/accounting-allocator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698