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

Side by Side Diff: BUILD.gn

Issue 481413002: Revert "Add initial support for inlining." (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 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/generic-graph.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 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 "src/compiler/instruction-selector.cc", 492 "src/compiler/instruction-selector.cc",
493 "src/compiler/instruction-selector.h", 493 "src/compiler/instruction-selector.h",
494 "src/compiler/instruction.cc", 494 "src/compiler/instruction.cc",
495 "src/compiler/instruction.h", 495 "src/compiler/instruction.h",
496 "src/compiler/js-context-specialization.cc", 496 "src/compiler/js-context-specialization.cc",
497 "src/compiler/js-context-specialization.h", 497 "src/compiler/js-context-specialization.h",
498 "src/compiler/js-generic-lowering.cc", 498 "src/compiler/js-generic-lowering.cc",
499 "src/compiler/js-generic-lowering.h", 499 "src/compiler/js-generic-lowering.h",
500 "src/compiler/js-graph.cc", 500 "src/compiler/js-graph.cc",
501 "src/compiler/js-graph.h", 501 "src/compiler/js-graph.h",
502 "src/compiler/js-inlining.cc",
503 "src/compiler/js-inlining.h",
504 "src/compiler/js-operator.h", 502 "src/compiler/js-operator.h",
505 "src/compiler/js-typed-lowering.cc", 503 "src/compiler/js-typed-lowering.cc",
506 "src/compiler/js-typed-lowering.h", 504 "src/compiler/js-typed-lowering.h",
507 "src/compiler/linkage-impl.h", 505 "src/compiler/linkage-impl.h",
508 "src/compiler/linkage.cc", 506 "src/compiler/linkage.cc",
509 "src/compiler/linkage.h", 507 "src/compiler/linkage.h",
510 "src/compiler/machine-node-factory.h", 508 "src/compiler/machine-node-factory.h",
511 "src/compiler/machine-operator-reducer.cc", 509 "src/compiler/machine-operator-reducer.cc",
512 "src/compiler/machine-operator-reducer.h", 510 "src/compiler/machine-operator-reducer.h",
513 "src/compiler/machine-operator.h", 511 "src/compiler/machine-operator.h",
(...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after
1273 deps = [ 1271 deps = [
1274 ":v8_base", 1272 ":v8_base",
1275 ":v8_nosnapshot", 1273 ":v8_nosnapshot",
1276 ] 1274 ]
1277 } 1275 }
1278 1276
1279 direct_dependent_configs = [ ":external_config" ] 1277 direct_dependent_configs = [ ":external_config" ]
1280 } 1278 }
1281 1279
1282 } 1280 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/generic-graph.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698