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

Side by Side Diff: BUILD.gn

Issue 2280673003: [turbofan] Separate typed optimizations from JSTypedLowering. (Closed)
Patch Set: 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/js-typed-lowering.h » ('j') | src/compiler/typed-optimization.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 1117 matching lines...) Expand 10 before | Expand all | Expand 10 after
1128 "src/compiler/state-values-utils.cc", 1128 "src/compiler/state-values-utils.cc",
1129 "src/compiler/state-values-utils.h", 1129 "src/compiler/state-values-utils.h",
1130 "src/compiler/store-store-elimination.cc", 1130 "src/compiler/store-store-elimination.cc",
1131 "src/compiler/store-store-elimination.h", 1131 "src/compiler/store-store-elimination.h",
1132 "src/compiler/tail-call-optimization.cc", 1132 "src/compiler/tail-call-optimization.cc",
1133 "src/compiler/tail-call-optimization.h", 1133 "src/compiler/tail-call-optimization.h",
1134 "src/compiler/type-hint-analyzer.cc", 1134 "src/compiler/type-hint-analyzer.cc",
1135 "src/compiler/type-hint-analyzer.h", 1135 "src/compiler/type-hint-analyzer.h",
1136 "src/compiler/type-hints.cc", 1136 "src/compiler/type-hints.cc",
1137 "src/compiler/type-hints.h", 1137 "src/compiler/type-hints.h",
1138 "src/compiler/typed-optimization.cc",
1139 "src/compiler/typed-optimization.h",
1138 "src/compiler/typer.cc", 1140 "src/compiler/typer.cc",
1139 "src/compiler/typer.h", 1141 "src/compiler/typer.h",
1140 "src/compiler/unwinding-info-writer.h", 1142 "src/compiler/unwinding-info-writer.h",
1141 "src/compiler/value-numbering-reducer.cc", 1143 "src/compiler/value-numbering-reducer.cc",
1142 "src/compiler/value-numbering-reducer.h", 1144 "src/compiler/value-numbering-reducer.h",
1143 "src/compiler/verifier.cc", 1145 "src/compiler/verifier.cc",
1144 "src/compiler/verifier.h", 1146 "src/compiler/verifier.h",
1145 "src/compiler/wasm-compiler.cc", 1147 "src/compiler/wasm-compiler.cc",
1146 "src/compiler/wasm-compiler.h", 1148 "src/compiler/wasm-compiler.h",
1147 "src/compiler/wasm-linkage.cc", 1149 "src/compiler/wasm-linkage.cc",
(...skipping 1427 matching lines...) Expand 10 before | Expand all | Expand 10 after
2575 2577
2576 deps = [ 2578 deps = [
2577 ":fuzzer_support", 2579 ":fuzzer_support",
2578 ] 2580 ]
2579 2581
2580 configs = [ ":internal_config" ] 2582 configs = [ ":internal_config" ]
2581 } 2583 }
2582 2584
2583 v8_fuzzer("wasm_asmjs_fuzzer") { 2585 v8_fuzzer("wasm_asmjs_fuzzer") {
2584 } 2586 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/js-typed-lowering.h » ('j') | src/compiler/typed-optimization.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698