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

Side by Side Diff: BUILD.gn

Issue 547233003: [turbofan] Machine operators are globally shared singletons. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Next windows fix. 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/compiler/arm/instruction-selector-arm.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 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 "src/compiler/js-inlining.cc", 507 "src/compiler/js-inlining.cc",
508 "src/compiler/js-inlining.h", 508 "src/compiler/js-inlining.h",
509 "src/compiler/js-operator.h", 509 "src/compiler/js-operator.h",
510 "src/compiler/js-typed-lowering.cc", 510 "src/compiler/js-typed-lowering.cc",
511 "src/compiler/js-typed-lowering.h", 511 "src/compiler/js-typed-lowering.h",
512 "src/compiler/linkage-impl.h", 512 "src/compiler/linkage-impl.h",
513 "src/compiler/linkage.cc", 513 "src/compiler/linkage.cc",
514 "src/compiler/linkage.h", 514 "src/compiler/linkage.h",
515 "src/compiler/machine-operator-reducer.cc", 515 "src/compiler/machine-operator-reducer.cc",
516 "src/compiler/machine-operator-reducer.h", 516 "src/compiler/machine-operator-reducer.h",
517 "src/compiler/machine-operator.cc",
517 "src/compiler/machine-operator.h", 518 "src/compiler/machine-operator.h",
518 "src/compiler/machine-type.cc", 519 "src/compiler/machine-type.cc",
519 "src/compiler/machine-type.h", 520 "src/compiler/machine-type.h",
520 "src/compiler/node-aux-data-inl.h", 521 "src/compiler/node-aux-data-inl.h",
521 "src/compiler/node-aux-data.h", 522 "src/compiler/node-aux-data.h",
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",
(...skipping 834 matching lines...) Expand 10 before | Expand all | Expand 10 after
1361 deps = [ 1362 deps = [
1362 ":v8_base", 1363 ":v8_base",
1363 ":v8_nosnapshot", 1364 ":v8_nosnapshot",
1364 ] 1365 ]
1365 } 1366 }
1366 1367
1367 direct_dependent_configs = [ ":external_config" ] 1368 direct_dependent_configs = [ ":external_config" ]
1368 } 1369 }
1369 1370
1370 } 1371 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/arm/instruction-selector-arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698