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

Side by Side Diff: BUILD.gn

Issue 713803002: [turbofan] add register assignment verifier (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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/instruction.h » ('j') | src/compiler/register-allocator-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 # 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 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 "src/compiler/operator.h", 565 "src/compiler/operator.h",
566 "src/compiler/phi-reducer.h", 566 "src/compiler/phi-reducer.h",
567 "src/compiler/pipeline.cc", 567 "src/compiler/pipeline.cc",
568 "src/compiler/pipeline.h", 568 "src/compiler/pipeline.h",
569 "src/compiler/pipeline-statistics.cc", 569 "src/compiler/pipeline-statistics.cc",
570 "src/compiler/pipeline-statistics.h", 570 "src/compiler/pipeline-statistics.h",
571 "src/compiler/raw-machine-assembler.cc", 571 "src/compiler/raw-machine-assembler.cc",
572 "src/compiler/raw-machine-assembler.h", 572 "src/compiler/raw-machine-assembler.h",
573 "src/compiler/register-allocator.cc", 573 "src/compiler/register-allocator.cc",
574 "src/compiler/register-allocator.h", 574 "src/compiler/register-allocator.h",
575 "src/compiler/register-allocator-verifier.cc",
576 "src/compiler/register-allocator-verifier.h",
575 "src/compiler/register-configuration.cc", 577 "src/compiler/register-configuration.cc",
576 "src/compiler/register-configuration.h", 578 "src/compiler/register-configuration.h",
577 "src/compiler/representation-change.h", 579 "src/compiler/representation-change.h",
578 "src/compiler/schedule.cc", 580 "src/compiler/schedule.cc",
579 "src/compiler/schedule.h", 581 "src/compiler/schedule.h",
580 "src/compiler/scheduler.cc", 582 "src/compiler/scheduler.cc",
581 "src/compiler/scheduler.h", 583 "src/compiler/scheduler.h",
582 "src/compiler/select-lowering.cc", 584 "src/compiler/select-lowering.cc",
583 "src/compiler/select-lowering.h", 585 "src/compiler/select-lowering.h",
584 "src/compiler/simplified-lowering.cc", 586 "src/compiler/simplified-lowering.cc",
(...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after
1452 deps = [ 1454 deps = [
1453 ":v8_base", 1455 ":v8_base",
1454 ":v8_nosnapshot", 1456 ":v8_nosnapshot",
1455 ] 1457 ]
1456 } 1458 }
1457 1459
1458 direct_dependent_configs = [ ":external_config" ] 1460 direct_dependent_configs = [ ":external_config" ]
1459 } 1461 }
1460 1462
1461 } 1463 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/instruction.h » ('j') | src/compiler/register-allocator-verifier.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698