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

Side by Side Diff: BUILD.gn

Issue 652363006: [turbofan] First step towards correctified 64-bit addressing. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fixes2 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/change-lowering.cc » ('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 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 "src/compiler/machine-operator-reducer.cc", 543 "src/compiler/machine-operator-reducer.cc",
544 "src/compiler/machine-operator-reducer.h", 544 "src/compiler/machine-operator-reducer.h",
545 "src/compiler/machine-operator.cc", 545 "src/compiler/machine-operator.cc",
546 "src/compiler/machine-operator.h", 546 "src/compiler/machine-operator.h",
547 "src/compiler/machine-type.cc", 547 "src/compiler/machine-type.cc",
548 "src/compiler/machine-type.h", 548 "src/compiler/machine-type.h",
549 "src/compiler/node-aux-data-inl.h", 549 "src/compiler/node-aux-data-inl.h",
550 "src/compiler/node-aux-data.h", 550 "src/compiler/node-aux-data.h",
551 "src/compiler/node-cache.cc", 551 "src/compiler/node-cache.cc",
552 "src/compiler/node-cache.h", 552 "src/compiler/node-cache.h",
553 "src/compiler/node-matchers.cc",
554 "src/compiler/node-matchers.h", 553 "src/compiler/node-matchers.h",
555 "src/compiler/node-properties-inl.h", 554 "src/compiler/node-properties-inl.h",
556 "src/compiler/node-properties.h", 555 "src/compiler/node-properties.h",
557 "src/compiler/node.cc", 556 "src/compiler/node.cc",
558 "src/compiler/node.h", 557 "src/compiler/node.h",
559 "src/compiler/opcodes.h", 558 "src/compiler/opcodes.h",
560 "src/compiler/operator-properties-inl.h", 559 "src/compiler/operator-properties-inl.h",
561 "src/compiler/operator-properties.h", 560 "src/compiler/operator-properties.h",
562 "src/compiler/operator.cc", 561 "src/compiler/operator.cc",
563 "src/compiler/operator.h", 562 "src/compiler/operator.h",
(...skipping 883 matching lines...) Expand 10 before | Expand all | Expand 10 after
1447 deps = [ 1446 deps = [
1448 ":v8_base", 1447 ":v8_base",
1449 ":v8_nosnapshot", 1448 ":v8_nosnapshot",
1450 ] 1449 ]
1451 } 1450 }
1452 1451
1453 direct_dependent_configs = [ ":external_config" ] 1452 direct_dependent_configs = [ ":external_config" ]
1454 } 1453 }
1455 1454
1456 } 1455 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/change-lowering.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698