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

Side by Side Diff: BUILD.gn

Issue 596783002: Refactor bailout reasons and disable optimization in more cases. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: remove bogus assertion 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/arm/lithium-arm.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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 "src/assembler.cc", 431 "src/assembler.cc",
432 "src/assembler.h", 432 "src/assembler.h",
433 "src/assert-scope.h", 433 "src/assert-scope.h",
434 "src/assert-scope.cc", 434 "src/assert-scope.cc",
435 "src/ast-value-factory.cc", 435 "src/ast-value-factory.cc",
436 "src/ast-value-factory.h", 436 "src/ast-value-factory.h",
437 "src/ast.cc", 437 "src/ast.cc",
438 "src/ast.h", 438 "src/ast.h",
439 "src/background-parsing-task.cc", 439 "src/background-parsing-task.cc",
440 "src/background-parsing-task.h", 440 "src/background-parsing-task.h",
441 "src/bailout-reason.cc",
442 "src/bailout-reason.h",
441 "src/bignum-dtoa.cc", 443 "src/bignum-dtoa.cc",
442 "src/bignum-dtoa.h", 444 "src/bignum-dtoa.h",
443 "src/bignum.cc", 445 "src/bignum.cc",
444 "src/bignum.h", 446 "src/bignum.h",
445 "src/bootstrapper.cc", 447 "src/bootstrapper.cc",
446 "src/bootstrapper.h", 448 "src/bootstrapper.h",
447 "src/builtins.cc", 449 "src/builtins.cc",
448 "src/builtins.h", 450 "src/builtins.h",
449 "src/bytecodes-irregexp.h", 451 "src/bytecodes-irregexp.h",
450 "src/cached-powers.cc", 452 "src/cached-powers.cc",
(...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
1390 deps = [ 1392 deps = [
1391 ":v8_base", 1393 ":v8_base",
1392 ":v8_nosnapshot", 1394 ":v8_nosnapshot",
1393 ] 1395 ]
1394 } 1396 }
1395 1397
1396 direct_dependent_configs = [ ":external_config" ] 1398 direct_dependent_configs = [ ":external_config" ]
1397 } 1399 }
1398 1400
1399 } 1401 }
OLDNEW
« no previous file with comments | « no previous file | src/arm/lithium-arm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698