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

Side by Side Diff: BUILD.gn

Issue 479793004: [turbofan] Initial import of SimplifiedOperatorReducer. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addressed comments 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/graph-reducer.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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 "src/compiler/register-allocator.cc", 535 "src/compiler/register-allocator.cc",
536 "src/compiler/register-allocator.h", 536 "src/compiler/register-allocator.h",
537 "src/compiler/representation-change.h", 537 "src/compiler/representation-change.h",
538 "src/compiler/schedule.cc", 538 "src/compiler/schedule.cc",
539 "src/compiler/schedule.h", 539 "src/compiler/schedule.h",
540 "src/compiler/scheduler.cc", 540 "src/compiler/scheduler.cc",
541 "src/compiler/scheduler.h", 541 "src/compiler/scheduler.h",
542 "src/compiler/simplified-lowering.cc", 542 "src/compiler/simplified-lowering.cc",
543 "src/compiler/simplified-lowering.h", 543 "src/compiler/simplified-lowering.h",
544 "src/compiler/simplified-node-factory.h", 544 "src/compiler/simplified-node-factory.h",
545 "src/compiler/simplified-operator-reducer.cc",
546 "src/compiler/simplified-operator-reducer.h",
545 "src/compiler/simplified-operator.h", 547 "src/compiler/simplified-operator.h",
546 "src/compiler/source-position.cc", 548 "src/compiler/source-position.cc",
547 "src/compiler/source-position.h", 549 "src/compiler/source-position.h",
548 "src/compiler/structured-machine-assembler.cc", 550 "src/compiler/structured-machine-assembler.cc",
549 "src/compiler/structured-machine-assembler.h", 551 "src/compiler/structured-machine-assembler.h",
550 "src/compiler/typer.cc", 552 "src/compiler/typer.cc",
551 "src/compiler/typer.h", 553 "src/compiler/typer.h",
552 "src/compiler/verifier.cc", 554 "src/compiler/verifier.cc",
553 "src/compiler/verifier.h", 555 "src/compiler/verifier.h",
554 "src/compiler.cc", 556 "src/compiler.cc",
(...skipping 723 matching lines...) Expand 10 before | Expand all | Expand 10 after
1278 deps = [ 1280 deps = [
1279 ":v8_base", 1281 ":v8_base",
1280 ":v8_nosnapshot", 1282 ":v8_nosnapshot",
1281 ] 1283 ]
1282 } 1284 }
1283 1285
1284 direct_dependent_configs = [ ":external_config" ] 1286 direct_dependent_configs = [ ":external_config" ]
1285 } 1287 }
1286 1288
1287 } 1289 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/graph-reducer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698