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

Side by Side Diff: BUILD.gn

Issue 565753004: [turbofan] Some common operators are globally shared singletons. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fixes2 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/common-operator.h » ('j') | src/compiler/operator-properties-inl.h » ('J')
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 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 "src/compiler/access-builder.cc", 465 "src/compiler/access-builder.cc",
466 "src/compiler/access-builder.h", 466 "src/compiler/access-builder.h",
467 "src/compiler/ast-graph-builder.cc", 467 "src/compiler/ast-graph-builder.cc",
468 "src/compiler/ast-graph-builder.h", 468 "src/compiler/ast-graph-builder.h",
469 "src/compiler/change-lowering.cc", 469 "src/compiler/change-lowering.cc",
470 "src/compiler/change-lowering.h", 470 "src/compiler/change-lowering.h",
471 "src/compiler/code-generator-impl.h", 471 "src/compiler/code-generator-impl.h",
472 "src/compiler/code-generator.cc", 472 "src/compiler/code-generator.cc",
473 "src/compiler/code-generator.h", 473 "src/compiler/code-generator.h",
474 "src/compiler/common-node-cache.h", 474 "src/compiler/common-node-cache.h",
475 "src/compiler/common-operator.cc",
475 "src/compiler/common-operator.h", 476 "src/compiler/common-operator.h",
476 "src/compiler/control-builders.cc", 477 "src/compiler/control-builders.cc",
477 "src/compiler/control-builders.h", 478 "src/compiler/control-builders.h",
478 "src/compiler/frame.h", 479 "src/compiler/frame.h",
479 "src/compiler/gap-resolver.cc", 480 "src/compiler/gap-resolver.cc",
480 "src/compiler/gap-resolver.h", 481 "src/compiler/gap-resolver.h",
481 "src/compiler/generic-algorithm-inl.h", 482 "src/compiler/generic-algorithm-inl.h",
482 "src/compiler/generic-algorithm.h", 483 "src/compiler/generic-algorithm.h",
483 "src/compiler/generic-graph.h", 484 "src/compiler/generic-graph.h",
484 "src/compiler/generic-node-inl.h", 485 "src/compiler/generic-node-inl.h",
(...skipping 879 matching lines...) Expand 10 before | Expand all | Expand 10 after
1364 deps = [ 1365 deps = [
1365 ":v8_base", 1366 ":v8_base",
1366 ":v8_nosnapshot", 1367 ":v8_nosnapshot",
1367 ] 1368 ]
1368 } 1369 }
1369 1370
1370 direct_dependent_configs = [ ":external_config" ] 1371 direct_dependent_configs = [ ":external_config" ]
1371 } 1372 }
1372 1373
1373 } 1374 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/common-operator.h » ('j') | src/compiler/operator-properties-inl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698