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

Side by Side Diff: BUILD.gn

Issue 612043003: Add inlining for intrinsics. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Move decls. 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/access-builder.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 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 "src/compiler/js-builtin-reducer.cc", 515 "src/compiler/js-builtin-reducer.cc",
516 "src/compiler/js-builtin-reducer.h", 516 "src/compiler/js-builtin-reducer.h",
517 "src/compiler/js-context-specialization.cc", 517 "src/compiler/js-context-specialization.cc",
518 "src/compiler/js-context-specialization.h", 518 "src/compiler/js-context-specialization.h",
519 "src/compiler/js-generic-lowering.cc", 519 "src/compiler/js-generic-lowering.cc",
520 "src/compiler/js-generic-lowering.h", 520 "src/compiler/js-generic-lowering.h",
521 "src/compiler/js-graph.cc", 521 "src/compiler/js-graph.cc",
522 "src/compiler/js-graph.h", 522 "src/compiler/js-graph.h",
523 "src/compiler/js-inlining.cc", 523 "src/compiler/js-inlining.cc",
524 "src/compiler/js-inlining.h", 524 "src/compiler/js-inlining.h",
525 "src/compiler/js-intrinsic-builder.cc",
526 "src/compiler/js-intrinsic-builder.h",
525 "src/compiler/js-operator.cc", 527 "src/compiler/js-operator.cc",
526 "src/compiler/js-operator.h", 528 "src/compiler/js-operator.h",
527 "src/compiler/js-typed-lowering.cc", 529 "src/compiler/js-typed-lowering.cc",
528 "src/compiler/js-typed-lowering.h", 530 "src/compiler/js-typed-lowering.h",
529 "src/compiler/linkage-impl.h", 531 "src/compiler/linkage-impl.h",
530 "src/compiler/linkage.cc", 532 "src/compiler/linkage.cc",
531 "src/compiler/linkage.h", 533 "src/compiler/linkage.h",
532 "src/compiler/machine-operator-reducer.cc", 534 "src/compiler/machine-operator-reducer.cc",
533 "src/compiler/machine-operator-reducer.h", 535 "src/compiler/machine-operator-reducer.h",
534 "src/compiler/machine-operator.cc", 536 "src/compiler/machine-operator.cc",
(...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after
1436 deps = [ 1438 deps = [
1437 ":v8_base", 1439 ":v8_base",
1438 ":v8_nosnapshot", 1440 ":v8_nosnapshot",
1439 ] 1441 ]
1440 } 1442 }
1441 1443
1442 direct_dependent_configs = [ ":external_config" ] 1444 direct_dependent_configs = [ ":external_config" ]
1443 } 1445 }
1444 1446
1445 } 1447 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/access-builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698