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

Side by Side Diff: BUILD.gn

Issue 809333002: [turbofan] Implement OSR for outer loops. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years 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
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 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 "src/compiler/node-matchers.h", 557 "src/compiler/node-matchers.h",
558 "src/compiler/node-properties-inl.h", 558 "src/compiler/node-properties-inl.h",
559 "src/compiler/node-properties.h", 559 "src/compiler/node-properties.h",
560 "src/compiler/node.cc", 560 "src/compiler/node.cc",
561 "src/compiler/node.h", 561 "src/compiler/node.h",
562 "src/compiler/opcodes.h", 562 "src/compiler/opcodes.h",
563 "src/compiler/operator-properties-inl.h", 563 "src/compiler/operator-properties-inl.h",
564 "src/compiler/operator-properties.h", 564 "src/compiler/operator-properties.h",
565 "src/compiler/operator.cc", 565 "src/compiler/operator.cc",
566 "src/compiler/operator.h", 566 "src/compiler/operator.h",
567 "src/compiler/osr.cc",
568 "src/compiler/osr.h",
567 "src/compiler/pipeline.cc", 569 "src/compiler/pipeline.cc",
568 "src/compiler/pipeline.h", 570 "src/compiler/pipeline.h",
569 "src/compiler/pipeline-statistics.cc", 571 "src/compiler/pipeline-statistics.cc",
570 "src/compiler/pipeline-statistics.h", 572 "src/compiler/pipeline-statistics.h",
571 "src/compiler/raw-machine-assembler.cc", 573 "src/compiler/raw-machine-assembler.cc",
572 "src/compiler/raw-machine-assembler.h", 574 "src/compiler/raw-machine-assembler.h",
573 "src/compiler/register-allocator.cc", 575 "src/compiler/register-allocator.cc",
574 "src/compiler/register-allocator.h", 576 "src/compiler/register-allocator.h",
575 "src/compiler/register-allocator-verifier.cc", 577 "src/compiler/register-allocator-verifier.cc",
576 "src/compiler/register-allocator-verifier.h", 578 "src/compiler/register-allocator-verifier.h",
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
1453 deps = [ 1455 deps = [
1454 ":v8_base", 1456 ":v8_base",
1455 ":v8_nosnapshot", 1457 ":v8_nosnapshot",
1456 ] 1458 ]
1457 } 1459 }
1458 1460
1459 direct_dependent_configs = [ ":external_config" ] 1461 direct_dependent_configs = [ ":external_config" ]
1460 } 1462 }
1461 1463
1462 } 1464 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/arm/code-generator-arm.cc » ('j') | src/compiler/arm/code-generator-arm.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698