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

Side by Side Diff: BUILD.gn

Issue 2444353002: [stubs] Port KeyedStoreIC_Megamorphic stub to Turbofan (Closed)
Patch Set: rebased Created 4 years, 1 month 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/builtins/builtins.h » ('j') | src/ic/keyed-store-generic.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/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 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after
1411 "src/ic/handler-compiler.h", 1411 "src/ic/handler-compiler.h",
1412 "src/ic/handler-configuration-inl.h", 1412 "src/ic/handler-configuration-inl.h",
1413 "src/ic/handler-configuration.h", 1413 "src/ic/handler-configuration.h",
1414 "src/ic/ic-compiler.cc", 1414 "src/ic/ic-compiler.cc",
1415 "src/ic/ic-compiler.h", 1415 "src/ic/ic-compiler.h",
1416 "src/ic/ic-inl.h", 1416 "src/ic/ic-inl.h",
1417 "src/ic/ic-state.cc", 1417 "src/ic/ic-state.cc",
1418 "src/ic/ic-state.h", 1418 "src/ic/ic-state.h",
1419 "src/ic/ic.cc", 1419 "src/ic/ic.cc",
1420 "src/ic/ic.h", 1420 "src/ic/ic.h",
1421 "src/ic/keyed-store-generic.cc",
1422 "src/ic/keyed-store-generic.h",
1421 "src/ic/stub-cache.cc", 1423 "src/ic/stub-cache.cc",
1422 "src/ic/stub-cache.h", 1424 "src/ic/stub-cache.h",
1423 "src/icu_util.cc", 1425 "src/icu_util.cc",
1424 "src/icu_util.h", 1426 "src/icu_util.h",
1425 "src/identity-map.cc", 1427 "src/identity-map.cc",
1426 "src/identity-map.h", 1428 "src/identity-map.h",
1427 "src/interface-descriptors.cc", 1429 "src/interface-descriptors.cc",
1428 "src/interface-descriptors.h", 1430 "src/interface-descriptors.h",
1429 "src/interpreter/bytecode-array-builder.cc", 1431 "src/interpreter/bytecode-array-builder.cc",
1430 "src/interpreter/bytecode-array-builder.h", 1432 "src/interpreter/bytecode-array-builder.h",
(...skipping 1548 matching lines...) Expand 10 before | Expand all | Expand 10 after
2979 ] 2981 ]
2980 2982
2981 configs = [ 2983 configs = [
2982 ":external_config", 2984 ":external_config",
2983 ":internal_config_base", 2985 ":internal_config_base",
2984 ] 2986 ]
2985 } 2987 }
2986 2988
2987 v8_fuzzer("wasm_data_section_fuzzer") { 2989 v8_fuzzer("wasm_data_section_fuzzer") {
2988 } 2990 }
OLDNEW
« no previous file with comments | « no previous file | src/builtins/builtins.h » ('j') | src/ic/keyed-store-generic.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698