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

Side by Side Diff: BUILD.gn

Issue 1226673005: [turbofan] Reland "Add new JSFrameSpecialization reducer." and "Perform OSR deconstruction early an… (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 5 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.h » ('j') | src/compiler/verifier.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 8
9 # Because standalone V8 builds are not supported, assume this is part of a 9 # Because standalone V8 builds are not supported, assume this is part of a
10 # Chromium build. 10 # Chromium build.
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 "src/compiler/instruction-codes.h", 665 "src/compiler/instruction-codes.h",
666 "src/compiler/instruction-selector-impl.h", 666 "src/compiler/instruction-selector-impl.h",
667 "src/compiler/instruction-selector.cc", 667 "src/compiler/instruction-selector.cc",
668 "src/compiler/instruction-selector.h", 668 "src/compiler/instruction-selector.h",
669 "src/compiler/instruction.cc", 669 "src/compiler/instruction.cc",
670 "src/compiler/instruction.h", 670 "src/compiler/instruction.h",
671 "src/compiler/js-builtin-reducer.cc", 671 "src/compiler/js-builtin-reducer.cc",
672 "src/compiler/js-builtin-reducer.h", 672 "src/compiler/js-builtin-reducer.h",
673 "src/compiler/js-context-specialization.cc", 673 "src/compiler/js-context-specialization.cc",
674 "src/compiler/js-context-specialization.h", 674 "src/compiler/js-context-specialization.h",
675 "src/compiler/js-frame-specialization.cc",
676 "src/compiler/js-frame-specialization.h",
675 "src/compiler/js-generic-lowering.cc", 677 "src/compiler/js-generic-lowering.cc",
676 "src/compiler/js-generic-lowering.h", 678 "src/compiler/js-generic-lowering.h",
677 "src/compiler/js-graph.cc", 679 "src/compiler/js-graph.cc",
678 "src/compiler/js-graph.h", 680 "src/compiler/js-graph.h",
679 "src/compiler/js-inlining.cc", 681 "src/compiler/js-inlining.cc",
680 "src/compiler/js-inlining.h", 682 "src/compiler/js-inlining.h",
681 "src/compiler/js-intrinsic-lowering.cc", 683 "src/compiler/js-intrinsic-lowering.cc",
682 "src/compiler/js-intrinsic-lowering.h", 684 "src/compiler/js-intrinsic-lowering.h",
683 "src/compiler/js-operator.cc", 685 "src/compiler/js-operator.cc",
684 "src/compiler/js-operator.h", 686 "src/compiler/js-operator.h",
(...skipping 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after
1706 "src/d8-debug.cc", 1708 "src/d8-debug.cc",
1707 "src/d8-debug.h", 1709 "src/d8-debug.h",
1708 "$target_gen_dir/d8-js.cc", 1710 "$target_gen_dir/d8-js.cc",
1709 ] 1711 ]
1710 } 1712 }
1711 if (v8_enable_i18n_support) { 1713 if (v8_enable_i18n_support) {
1712 deps += [ "//third_party/icu" ] 1714 deps += [ "//third_party/icu" ]
1713 } 1715 }
1714 } 1716 }
1715 } 1717 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler.h » ('j') | src/compiler/verifier.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698