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

Side by Side Diff: BUILD.gn

Issue 1715633002: [turbofan] Remove the JSContextRelaxation reducer. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 10 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/ast-graph-builder.cc » ('j') | no next file with comments »
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 771 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 "src/compiler/instruction-selector.cc", 782 "src/compiler/instruction-selector.cc",
783 "src/compiler/instruction-selector.h", 783 "src/compiler/instruction-selector.h",
784 "src/compiler/instruction.cc", 784 "src/compiler/instruction.cc",
785 "src/compiler/instruction.h", 785 "src/compiler/instruction.h",
786 "src/compiler/int64-lowering.cc", 786 "src/compiler/int64-lowering.cc",
787 "src/compiler/int64-lowering.h", 787 "src/compiler/int64-lowering.h",
788 "src/compiler/js-builtin-reducer.cc", 788 "src/compiler/js-builtin-reducer.cc",
789 "src/compiler/js-builtin-reducer.h", 789 "src/compiler/js-builtin-reducer.h",
790 "src/compiler/js-call-reducer.cc", 790 "src/compiler/js-call-reducer.cc",
791 "src/compiler/js-call-reducer.h", 791 "src/compiler/js-call-reducer.h",
792 "src/compiler/js-context-relaxation.cc",
793 "src/compiler/js-context-relaxation.h",
794 "src/compiler/js-context-specialization.cc", 792 "src/compiler/js-context-specialization.cc",
795 "src/compiler/js-context-specialization.h", 793 "src/compiler/js-context-specialization.h",
796 "src/compiler/js-create-lowering.cc", 794 "src/compiler/js-create-lowering.cc",
797 "src/compiler/js-create-lowering.h", 795 "src/compiler/js-create-lowering.h",
798 "src/compiler/js-frame-specialization.cc", 796 "src/compiler/js-frame-specialization.cc",
799 "src/compiler/js-frame-specialization.h", 797 "src/compiler/js-frame-specialization.h",
800 "src/compiler/js-generic-lowering.cc", 798 "src/compiler/js-generic-lowering.cc",
801 "src/compiler/js-generic-lowering.h", 799 "src/compiler/js-generic-lowering.h",
802 "src/compiler/js-global-object-specialization.cc", 800 "src/compiler/js-global-object-specialization.cc",
803 "src/compiler/js-global-object-specialization.h", 801 "src/compiler/js-global-object-specialization.h",
(...skipping 1188 matching lines...) Expand 10 before | Expand all | Expand 10 after
1992 ] 1990 ]
1993 1991
1994 configs -= [ "//build/config/compiler:chromium_code" ] 1992 configs -= [ "//build/config/compiler:chromium_code" ]
1995 configs += [ "//build/config/compiler:no_chromium_code" ] 1993 configs += [ "//build/config/compiler:no_chromium_code" ]
1996 configs += [ 1994 configs += [
1997 ":internal_config", 1995 ":internal_config",
1998 ":features", 1996 ":features",
1999 ":toolchain", 1997 ":toolchain",
2000 ] 1998 ]
2001 } 1999 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/ast-graph-builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698