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

Side by Side Diff: BUILD.gn

Issue 579153003: Move state sentinels into TypeFeedbackVector. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: ports. 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/code-stubs-arm.cc » ('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 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 "src/string-search.h", 841 "src/string-search.h",
842 "src/string-stream.cc", 842 "src/string-stream.cc",
843 "src/string-stream.h", 843 "src/string-stream.h",
844 "src/strtod.cc", 844 "src/strtod.cc",
845 "src/strtod.h", 845 "src/strtod.h",
846 "src/token.cc", 846 "src/token.cc",
847 "src/token.h", 847 "src/token.h",
848 "src/transitions-inl.h", 848 "src/transitions-inl.h",
849 "src/transitions.cc", 849 "src/transitions.cc",
850 "src/transitions.h", 850 "src/transitions.h",
851 "src/type-feedback-vector-inl.h",
851 "src/type-feedback-vector.cc", 852 "src/type-feedback-vector.cc",
852 "src/type-feedback-vector.h", 853 "src/type-feedback-vector.h",
853 "src/type-info.cc", 854 "src/type-info.cc",
854 "src/type-info.h", 855 "src/type-info.h",
855 "src/types-inl.h", 856 "src/types-inl.h",
856 "src/types.cc", 857 "src/types.cc",
857 "src/types.h", 858 "src/types.h",
858 "src/typing.cc", 859 "src/typing.cc",
859 "src/typing.h", 860 "src/typing.h",
860 "src/unbound-queue-inl.h", 861 "src/unbound-queue-inl.h",
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
1387 deps = [ 1388 deps = [
1388 ":v8_base", 1389 ":v8_base",
1389 ":v8_nosnapshot", 1390 ":v8_nosnapshot",
1390 ] 1391 ]
1391 } 1392 }
1392 1393
1393 direct_dependent_configs = [ ":external_config" ] 1394 direct_dependent_configs = [ ":external_config" ]
1394 } 1395 }
1395 1396
1396 } 1397 }
OLDNEW
« no previous file with comments | « no previous file | src/arm/code-stubs-arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698