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

Side by Side Diff: BUILD.gn

Issue 702463002: [turbofan] Introduce separate SelectLowering reducer. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix windows Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | src/compiler/js-generic-lowering.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 # TODO(jochen): These will need to be user-settable to support standalone V8 5 # TODO(jochen): These will need to be user-settable to support standalone V8
6 # builds. 6 # builds.
7 v8_compress_startup_data = "off" 7 v8_compress_startup_data = "off"
8 v8_deprecation_warnings = false 8 v8_deprecation_warnings = false
9 v8_enable_disassembler = false 9 v8_enable_disassembler = false
10 v8_enable_gdbjit = false 10 v8_enable_gdbjit = false
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 "src/compiler/pipeline-statistics.h", 569 "src/compiler/pipeline-statistics.h",
570 "src/compiler/raw-machine-assembler.cc", 570 "src/compiler/raw-machine-assembler.cc",
571 "src/compiler/raw-machine-assembler.h", 571 "src/compiler/raw-machine-assembler.h",
572 "src/compiler/register-allocator.cc", 572 "src/compiler/register-allocator.cc",
573 "src/compiler/register-allocator.h", 573 "src/compiler/register-allocator.h",
574 "src/compiler/representation-change.h", 574 "src/compiler/representation-change.h",
575 "src/compiler/schedule.cc", 575 "src/compiler/schedule.cc",
576 "src/compiler/schedule.h", 576 "src/compiler/schedule.h",
577 "src/compiler/scheduler.cc", 577 "src/compiler/scheduler.cc",
578 "src/compiler/scheduler.h", 578 "src/compiler/scheduler.h",
579 "src/compiler/select-lowering.cc",
580 "src/compiler/select-lowering.h",
579 "src/compiler/simplified-lowering.cc", 581 "src/compiler/simplified-lowering.cc",
580 "src/compiler/simplified-lowering.h", 582 "src/compiler/simplified-lowering.h",
581 "src/compiler/simplified-operator-reducer.cc", 583 "src/compiler/simplified-operator-reducer.cc",
582 "src/compiler/simplified-operator-reducer.h", 584 "src/compiler/simplified-operator-reducer.h",
583 "src/compiler/simplified-operator.cc", 585 "src/compiler/simplified-operator.cc",
584 "src/compiler/simplified-operator.h", 586 "src/compiler/simplified-operator.h",
585 "src/compiler/source-position.cc", 587 "src/compiler/source-position.cc",
586 "src/compiler/source-position.h", 588 "src/compiler/source-position.h",
587 "src/compiler/typer.cc", 589 "src/compiler/typer.cc",
588 "src/compiler/typer.h", 590 "src/compiler/typer.h",
(...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after
1446 deps = [ 1448 deps = [
1447 ":v8_base", 1449 ":v8_base",
1448 ":v8_nosnapshot", 1450 ":v8_nosnapshot",
1449 ] 1451 ]
1450 } 1452 }
1451 1453
1452 direct_dependent_configs = [ ":external_config" ] 1454 direct_dependent_configs = [ ":external_config" ]
1453 } 1455 }
1454 1456
1455 } 1457 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/js-generic-lowering.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698