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

Side by Side Diff: tools/gyp/v8.gyp

Issue 1305393003: [turbofan] Deferred blocks splintering. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 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
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 '../../src/compiler/js-type-feedback-lowering.cc', 532 '../../src/compiler/js-type-feedback-lowering.cc',
533 '../../src/compiler/js-type-feedback-lowering.h', 533 '../../src/compiler/js-type-feedback-lowering.h',
534 '../../src/compiler/js-typed-lowering.cc', 534 '../../src/compiler/js-typed-lowering.cc',
535 '../../src/compiler/js-typed-lowering.h', 535 '../../src/compiler/js-typed-lowering.h',
536 '../../src/compiler/jump-threading.cc', 536 '../../src/compiler/jump-threading.cc',
537 '../../src/compiler/jump-threading.h', 537 '../../src/compiler/jump-threading.h',
538 '../../src/compiler/linkage.cc', 538 '../../src/compiler/linkage.cc',
539 '../../src/compiler/linkage.h', 539 '../../src/compiler/linkage.h',
540 '../../src/compiler/liveness-analyzer.cc', 540 '../../src/compiler/liveness-analyzer.cc',
541 '../../src/compiler/liveness-analyzer.h', 541 '../../src/compiler/liveness-analyzer.h',
542 '../../src/compiler/live-range-separator.cc',
543 '../../src/compiler/live-range-separator.h',
542 '../../src/compiler/load-elimination.cc', 544 '../../src/compiler/load-elimination.cc',
543 '../../src/compiler/load-elimination.h', 545 '../../src/compiler/load-elimination.h',
544 '../../src/compiler/loop-analysis.cc', 546 '../../src/compiler/loop-analysis.cc',
545 '../../src/compiler/loop-analysis.h', 547 '../../src/compiler/loop-analysis.h',
546 '../../src/compiler/loop-peeling.cc', 548 '../../src/compiler/loop-peeling.cc',
547 '../../src/compiler/loop-peeling.h', 549 '../../src/compiler/loop-peeling.h',
548 '../../src/compiler/machine-operator-reducer.cc', 550 '../../src/compiler/machine-operator-reducer.cc',
549 '../../src/compiler/machine-operator-reducer.h', 551 '../../src/compiler/machine-operator-reducer.h',
550 '../../src/compiler/machine-operator.cc', 552 '../../src/compiler/machine-operator.cc',
551 '../../src/compiler/machine-operator.h', 553 '../../src/compiler/machine-operator.h',
(...skipping 17 matching lines...) Expand all
569 '../../src/compiler/operator-properties.cc', 571 '../../src/compiler/operator-properties.cc',
570 '../../src/compiler/operator-properties.h', 572 '../../src/compiler/operator-properties.h',
571 '../../src/compiler/operator.cc', 573 '../../src/compiler/operator.cc',
572 '../../src/compiler/operator.h', 574 '../../src/compiler/operator.h',
573 '../../src/compiler/osr.cc', 575 '../../src/compiler/osr.cc',
574 '../../src/compiler/osr.h', 576 '../../src/compiler/osr.h',
575 '../../src/compiler/pipeline.cc', 577 '../../src/compiler/pipeline.cc',
576 '../../src/compiler/pipeline.h', 578 '../../src/compiler/pipeline.h',
577 '../../src/compiler/pipeline-statistics.cc', 579 '../../src/compiler/pipeline-statistics.cc',
578 '../../src/compiler/pipeline-statistics.h', 580 '../../src/compiler/pipeline-statistics.h',
579 '../../src/compiler/preprocess-live-ranges.cc',
580 '../../src/compiler/preprocess-live-ranges.h',
581 '../../src/compiler/raw-machine-assembler.cc', 581 '../../src/compiler/raw-machine-assembler.cc',
582 '../../src/compiler/raw-machine-assembler.h', 582 '../../src/compiler/raw-machine-assembler.h',
583 '../../src/compiler/register-allocator.cc', 583 '../../src/compiler/register-allocator.cc',
584 '../../src/compiler/register-allocator.h', 584 '../../src/compiler/register-allocator.h',
585 '../../src/compiler/register-allocator-verifier.cc', 585 '../../src/compiler/register-allocator-verifier.cc',
586 '../../src/compiler/register-allocator-verifier.h', 586 '../../src/compiler/register-allocator-verifier.h',
587 '../../src/compiler/register-configuration.cc', 587 '../../src/compiler/register-configuration.cc',
588 '../../src/compiler/register-configuration.h', 588 '../../src/compiler/register-configuration.h',
589 '../../src/compiler/representation-change.h', 589 '../../src/compiler/representation-change.h',
590 '../../src/compiler/schedule.cc', 590 '../../src/compiler/schedule.cc',
(...skipping 1426 matching lines...) Expand 10 before | Expand all | Expand 10 after
2017 }], 2017 }],
2018 ['want_separate_host_toolset==1', { 2018 ['want_separate_host_toolset==1', {
2019 'toolsets': ['host'], 2019 'toolsets': ['host'],
2020 }, { 2020 }, {
2021 'toolsets': ['target'], 2021 'toolsets': ['target'],
2022 }], 2022 }],
2023 ], 2023 ],
2024 }, 2024 },
2025 ], 2025 ],
2026 } 2026 }
OLDNEW
« src/compiler/register-allocator.cc ('K') | « test/unittests/compiler/register-allocator-unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698