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

Side by Side Diff: BUILD.gn

Issue 615483003: [turbofan] x64 lea multiplication matching (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 2 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/compiler/node-matchers.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 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 "src/compiler/machine-operator-reducer.cc", 529 "src/compiler/machine-operator-reducer.cc",
530 "src/compiler/machine-operator-reducer.h", 530 "src/compiler/machine-operator-reducer.h",
531 "src/compiler/machine-operator.cc", 531 "src/compiler/machine-operator.cc",
532 "src/compiler/machine-operator.h", 532 "src/compiler/machine-operator.h",
533 "src/compiler/machine-type.cc", 533 "src/compiler/machine-type.cc",
534 "src/compiler/machine-type.h", 534 "src/compiler/machine-type.h",
535 "src/compiler/node-aux-data-inl.h", 535 "src/compiler/node-aux-data-inl.h",
536 "src/compiler/node-aux-data.h", 536 "src/compiler/node-aux-data.h",
537 "src/compiler/node-cache.cc", 537 "src/compiler/node-cache.cc",
538 "src/compiler/node-cache.h", 538 "src/compiler/node-cache.h",
539 "src/compiler/node-matchers.cc",
539 "src/compiler/node-matchers.h", 540 "src/compiler/node-matchers.h",
540 "src/compiler/node-properties-inl.h", 541 "src/compiler/node-properties-inl.h",
541 "src/compiler/node-properties.h", 542 "src/compiler/node-properties.h",
542 "src/compiler/node.cc", 543 "src/compiler/node.cc",
543 "src/compiler/node.h", 544 "src/compiler/node.h",
544 "src/compiler/opcodes.h", 545 "src/compiler/opcodes.h",
545 "src/compiler/operator-properties-inl.h", 546 "src/compiler/operator-properties-inl.h",
546 "src/compiler/operator-properties.h", 547 "src/compiler/operator-properties.h",
547 "src/compiler/operator.cc", 548 "src/compiler/operator.cc",
548 "src/compiler/operator.h", 549 "src/compiler/operator.h",
(...skipping 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
1415 deps = [ 1416 deps = [
1416 ":v8_base", 1417 ":v8_base",
1417 ":v8_nosnapshot", 1418 ":v8_nosnapshot",
1418 ] 1419 ]
1419 } 1420 }
1420 1421
1421 direct_dependent_configs = [ ":external_config" ] 1422 direct_dependent_configs = [ ":external_config" ]
1422 } 1423 }
1423 1424
1424 } 1425 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/node-matchers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698