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

Side by Side Diff: BUILD.gn

Issue 526313002: [turbofan] First step of Operator refactoring. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: REBASE Created 6 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | src/base/flags.h » ('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 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 "src/circular-queue-inl.h", 453 "src/circular-queue-inl.h",
454 "src/circular-queue.h", 454 "src/circular-queue.h",
455 "src/code-stubs.cc", 455 "src/code-stubs.cc",
456 "src/code-stubs.h", 456 "src/code-stubs.h",
457 "src/code-stubs-hydrogen.cc", 457 "src/code-stubs-hydrogen.cc",
458 "src/code.h", 458 "src/code.h",
459 "src/codegen.cc", 459 "src/codegen.cc",
460 "src/codegen.h", 460 "src/codegen.h",
461 "src/compilation-cache.cc", 461 "src/compilation-cache.cc",
462 "src/compilation-cache.h", 462 "src/compilation-cache.h",
463 "src/compiler/access-builder.cc",
463 "src/compiler/access-builder.h", 464 "src/compiler/access-builder.h",
464 "src/compiler/ast-graph-builder.cc", 465 "src/compiler/ast-graph-builder.cc",
465 "src/compiler/ast-graph-builder.h", 466 "src/compiler/ast-graph-builder.h",
466 "src/compiler/change-lowering.cc", 467 "src/compiler/change-lowering.cc",
467 "src/compiler/change-lowering.h", 468 "src/compiler/change-lowering.h",
468 "src/compiler/code-generator-impl.h", 469 "src/compiler/code-generator-impl.h",
469 "src/compiler/code-generator.cc", 470 "src/compiler/code-generator.cc",
470 "src/compiler/code-generator.h", 471 "src/compiler/code-generator.h",
471 "src/compiler/common-node-cache.h", 472 "src/compiler/common-node-cache.h",
472 "src/compiler/common-operator.h", 473 "src/compiler/common-operator.h",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 "src/compiler/node-cache.cc", 523 "src/compiler/node-cache.cc",
523 "src/compiler/node-cache.h", 524 "src/compiler/node-cache.h",
524 "src/compiler/node-matchers.h", 525 "src/compiler/node-matchers.h",
525 "src/compiler/node-properties-inl.h", 526 "src/compiler/node-properties-inl.h",
526 "src/compiler/node-properties.h", 527 "src/compiler/node-properties.h",
527 "src/compiler/node.cc", 528 "src/compiler/node.cc",
528 "src/compiler/node.h", 529 "src/compiler/node.h",
529 "src/compiler/opcodes.h", 530 "src/compiler/opcodes.h",
530 "src/compiler/operator-properties-inl.h", 531 "src/compiler/operator-properties-inl.h",
531 "src/compiler/operator-properties.h", 532 "src/compiler/operator-properties.h",
533 "src/compiler/operator.cc",
532 "src/compiler/operator.h", 534 "src/compiler/operator.h",
533 "src/compiler/phi-reducer.h", 535 "src/compiler/phi-reducer.h",
534 "src/compiler/pipeline.cc", 536 "src/compiler/pipeline.cc",
535 "src/compiler/pipeline.h", 537 "src/compiler/pipeline.h",
536 "src/compiler/raw-machine-assembler.cc", 538 "src/compiler/raw-machine-assembler.cc",
537 "src/compiler/raw-machine-assembler.h", 539 "src/compiler/raw-machine-assembler.h",
538 "src/compiler/register-allocator.cc", 540 "src/compiler/register-allocator.cc",
539 "src/compiler/register-allocator.h", 541 "src/compiler/register-allocator.h",
540 "src/compiler/representation-change.h", 542 "src/compiler/representation-change.h",
541 "src/compiler/schedule.cc", 543 "src/compiler/schedule.cc",
542 "src/compiler/schedule.h", 544 "src/compiler/schedule.h",
543 "src/compiler/scheduler.cc", 545 "src/compiler/scheduler.cc",
544 "src/compiler/scheduler.h", 546 "src/compiler/scheduler.h",
545 "src/compiler/simplified-lowering.cc", 547 "src/compiler/simplified-lowering.cc",
546 "src/compiler/simplified-lowering.h", 548 "src/compiler/simplified-lowering.h",
547 "src/compiler/simplified-node-factory.h", 549 "src/compiler/simplified-node-factory.h",
548 "src/compiler/simplified-operator-reducer.cc", 550 "src/compiler/simplified-operator-reducer.cc",
549 "src/compiler/simplified-operator-reducer.h", 551 "src/compiler/simplified-operator-reducer.h",
552 "src/compiler/simplified-operator.cc",
550 "src/compiler/simplified-operator.h", 553 "src/compiler/simplified-operator.h",
551 "src/compiler/source-position.cc", 554 "src/compiler/source-position.cc",
552 "src/compiler/source-position.h", 555 "src/compiler/source-position.h",
553 "src/compiler/structured-machine-assembler.cc", 556 "src/compiler/structured-machine-assembler.cc",
554 "src/compiler/structured-machine-assembler.h", 557 "src/compiler/structured-machine-assembler.h",
555 "src/compiler/typer.cc", 558 "src/compiler/typer.cc",
556 "src/compiler/typer.h", 559 "src/compiler/typer.h",
557 "src/compiler/verifier.cc", 560 "src/compiler/verifier.cc",
558 "src/compiler/verifier.h", 561 "src/compiler/verifier.h",
559 "src/compiler.cc", 562 "src/compiler.cc",
(...skipping 800 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 deps = [ 1363 deps = [
1361 ":v8_base", 1364 ":v8_base",
1362 ":v8_nosnapshot", 1365 ":v8_nosnapshot",
1363 ] 1366 ]
1364 } 1367 }
1365 1368
1366 direct_dependent_configs = [ ":external_config" ] 1369 direct_dependent_configs = [ ":external_config" ]
1367 } 1370 }
1368 1371
1369 } 1372 }
OLDNEW
« no previous file with comments | « no previous file | src/base/flags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698