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

Side by Side Diff: BUILD.gn

Issue 782473002: [turbofan] Redundant load elimination. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: test case 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
« no previous file with comments | « no previous file | src/compiler/load-elimination.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_deprecation_warnings = false 7 v8_deprecation_warnings = false
8 v8_enable_disassembler = false 8 v8_enable_disassembler = false
9 v8_enable_gdbjit = false 9 v8_enable_gdbjit = false
10 v8_enable_handle_zapping = true 10 v8_enable_handle_zapping = true
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 "src/compiler/js-intrinsic-builder.h", 530 "src/compiler/js-intrinsic-builder.h",
531 "src/compiler/js-operator.cc", 531 "src/compiler/js-operator.cc",
532 "src/compiler/js-operator.h", 532 "src/compiler/js-operator.h",
533 "src/compiler/js-typed-lowering.cc", 533 "src/compiler/js-typed-lowering.cc",
534 "src/compiler/js-typed-lowering.h", 534 "src/compiler/js-typed-lowering.h",
535 "src/compiler/jump-threading.cc", 535 "src/compiler/jump-threading.cc",
536 "src/compiler/jump-threading.h", 536 "src/compiler/jump-threading.h",
537 "src/compiler/linkage-impl.h", 537 "src/compiler/linkage-impl.h",
538 "src/compiler/linkage.cc", 538 "src/compiler/linkage.cc",
539 "src/compiler/linkage.h", 539 "src/compiler/linkage.h",
540 "src/compiler/load-elimination.cc",
541 "src/compiler/load-elimination.h",
540 "src/compiler/machine-operator-reducer.cc", 542 "src/compiler/machine-operator-reducer.cc",
541 "src/compiler/machine-operator-reducer.h", 543 "src/compiler/machine-operator-reducer.h",
542 "src/compiler/machine-operator.cc", 544 "src/compiler/machine-operator.cc",
543 "src/compiler/machine-operator.h", 545 "src/compiler/machine-operator.h",
544 "src/compiler/machine-type.cc", 546 "src/compiler/machine-type.cc",
545 "src/compiler/machine-type.h", 547 "src/compiler/machine-type.h",
546 "src/compiler/move-optimizer.cc", 548 "src/compiler/move-optimizer.cc",
547 "src/compiler/move-optimizer.h", 549 "src/compiler/move-optimizer.h",
548 "src/compiler/node-aux-data-inl.h", 550 "src/compiler/node-aux-data-inl.h",
549 "src/compiler/node-aux-data.h", 551 "src/compiler/node-aux-data.h",
(...skipping 894 matching lines...) Expand 10 before | Expand all | Expand 10 after
1444 deps = [ 1446 deps = [
1445 ":v8_base", 1447 ":v8_base",
1446 ":v8_nosnapshot", 1448 ":v8_nosnapshot",
1447 ] 1449 ]
1448 } 1450 }
1449 1451
1450 direct_dependent_configs = [ ":external_config" ] 1452 direct_dependent_configs = [ ":external_config" ]
1451 } 1453 }
1452 1454
1453 } 1455 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/load-elimination.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698