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

Side by Side Diff: BUILD.gn

Issue 1775003003: Implement parallel pointer updates after evacuation. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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/flag-definitions.h » ('j') | src/heap/mark-compact.cc » ('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/mips.gni") 7 import("//build/config/mips.gni")
8 import("//build/config/sanitizers/sanitizers.gni") 8 import("//build/config/sanitizers/sanitizers.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after
1065 "src/heap/mark-compact-inl.h", 1065 "src/heap/mark-compact-inl.h",
1066 "src/heap/mark-compact.cc", 1066 "src/heap/mark-compact.cc",
1067 "src/heap/mark-compact.h", 1067 "src/heap/mark-compact.h",
1068 "src/heap/memory-reducer.cc", 1068 "src/heap/memory-reducer.cc",
1069 "src/heap/memory-reducer.h", 1069 "src/heap/memory-reducer.h",
1070 "src/heap/object-stats.cc", 1070 "src/heap/object-stats.cc",
1071 "src/heap/object-stats.h", 1071 "src/heap/object-stats.h",
1072 "src/heap/objects-visiting-inl.h", 1072 "src/heap/objects-visiting-inl.h",
1073 "src/heap/objects-visiting.cc", 1073 "src/heap/objects-visiting.cc",
1074 "src/heap/objects-visiting.h", 1074 "src/heap/objects-visiting.h",
1075 "src/heap/page-parallel-job.h",
1075 "src/heap/remembered-set.cc", 1076 "src/heap/remembered-set.cc",
1076 "src/heap/remembered-set.h", 1077 "src/heap/remembered-set.h",
1077 "src/heap/scavenge-job.h", 1078 "src/heap/scavenge-job.h",
1078 "src/heap/scavenge-job.cc", 1079 "src/heap/scavenge-job.cc",
1079 "src/heap/scavenger-inl.h", 1080 "src/heap/scavenger-inl.h",
1080 "src/heap/scavenger.cc", 1081 "src/heap/scavenger.cc",
1081 "src/heap/scavenger.h", 1082 "src/heap/scavenger.h",
1082 "src/heap/slot-set.h", 1083 "src/heap/slot-set.h",
1083 "src/heap/spaces-inl.h", 1084 "src/heap/spaces-inl.h",
1084 "src/heap/spaces.cc", 1085 "src/heap/spaces.cc",
(...skipping 997 matching lines...) Expand 10 before | Expand all | Expand 10 after
2082 2083
2083 configs -= [ "//build/config/compiler:chromium_code" ] 2084 configs -= [ "//build/config/compiler:chromium_code" ]
2084 configs += [ "//build/config/compiler:no_chromium_code" ] 2085 configs += [ "//build/config/compiler:no_chromium_code" ]
2085 configs += [ 2086 configs += [
2086 ":internal_config", 2087 ":internal_config",
2087 ":libplatform_config", 2088 ":libplatform_config",
2088 ":features", 2089 ":features",
2089 ":toolchain", 2090 ":toolchain",
2090 ] 2091 ]
2091 } 2092 }
OLDNEW
« no previous file with comments | « no previous file | src/flag-definitions.h » ('j') | src/heap/mark-compact.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698