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

Side by Side Diff: BUILD.gn

Issue 949743002: [turbofan] Variable liveness analysis for deopt (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Test tweaks Created 5 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.h » ('j') | src/compiler/ast-graph-builder.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 # Because standalone V8 builds are not supported, assume this is part of a 5 # Because standalone V8 builds are not supported, assume this is part of a
6 # Chromium build. 6 # Chromium build.
7 import("//build/module_args/v8.gni") 7 import("//build/module_args/v8.gni")
8 8
9 # TODO(jochen): These will need to be user-settable to support standalone V8 9 # TODO(jochen): These will need to be user-settable to support standalone V8
10 # builds. 10 # builds.
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 "src/compiler/js-intrinsic-lowering.h", 564 "src/compiler/js-intrinsic-lowering.h",
565 "src/compiler/js-operator.cc", 565 "src/compiler/js-operator.cc",
566 "src/compiler/js-operator.h", 566 "src/compiler/js-operator.h",
567 "src/compiler/js-typed-lowering.cc", 567 "src/compiler/js-typed-lowering.cc",
568 "src/compiler/js-typed-lowering.h", 568 "src/compiler/js-typed-lowering.h",
569 "src/compiler/jump-threading.cc", 569 "src/compiler/jump-threading.cc",
570 "src/compiler/jump-threading.h", 570 "src/compiler/jump-threading.h",
571 "src/compiler/linkage-impl.h", 571 "src/compiler/linkage-impl.h",
572 "src/compiler/linkage.cc", 572 "src/compiler/linkage.cc",
573 "src/compiler/linkage.h", 573 "src/compiler/linkage.h",
574 "src/compiler/liveness-analyzer.cc",
575 "src/compiler/liveness-analyzer.h",
574 "src/compiler/load-elimination.cc", 576 "src/compiler/load-elimination.cc",
575 "src/compiler/load-elimination.h", 577 "src/compiler/load-elimination.h",
576 "src/compiler/loop-peeling.cc", 578 "src/compiler/loop-peeling.cc",
577 "src/compiler/loop-analysis.cc", 579 "src/compiler/loop-analysis.cc",
578 "src/compiler/loop-analysis.h", 580 "src/compiler/loop-analysis.h",
579 "src/compiler/machine-operator-reducer.cc", 581 "src/compiler/machine-operator-reducer.cc",
580 "src/compiler/machine-operator-reducer.h", 582 "src/compiler/machine-operator-reducer.h",
581 "src/compiler/machine-operator.cc", 583 "src/compiler/machine-operator.cc",
582 "src/compiler/machine-operator.h", 584 "src/compiler/machine-operator.h",
583 "src/compiler/machine-type.cc", 585 "src/compiler/machine-type.cc",
(...skipping 970 matching lines...) Expand 10 before | Expand all | Expand 10 after
1554 sources += [ 1556 sources += [
1555 "src/d8-debug.cc", 1557 "src/d8-debug.cc",
1556 "$target_gen_dir/d8-js.cc", 1558 "$target_gen_dir/d8-js.cc",
1557 ] 1559 ]
1558 } 1560 }
1559 if (v8_enable_i18n_support) { 1561 if (v8_enable_i18n_support) {
1560 deps += [ "//third_party/icu" ] 1562 deps += [ "//third_party/icu" ]
1561 } 1563 }
1562 } 1564 }
1563 } 1565 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/ast-graph-builder.h » ('j') | src/compiler/ast-graph-builder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698