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

Side by Side Diff: BUILD.gn

Issue 391693002: In-object double fields unboxing (for 64-bit only). (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebasing Created 6 years, 1 month 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/arm64/lithium-arm64.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 764 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 "src/interface-descriptors.h", 775 "src/interface-descriptors.h",
776 "src/interpreter-irregexp.cc", 776 "src/interpreter-irregexp.cc",
777 "src/interpreter-irregexp.h", 777 "src/interpreter-irregexp.h",
778 "src/isolate.cc", 778 "src/isolate.cc",
779 "src/isolate.h", 779 "src/isolate.h",
780 "src/json-parser.h", 780 "src/json-parser.h",
781 "src/json-stringifier.h", 781 "src/json-stringifier.h",
782 "src/jsregexp-inl.h", 782 "src/jsregexp-inl.h",
783 "src/jsregexp.cc", 783 "src/jsregexp.cc",
784 "src/jsregexp.h", 784 "src/jsregexp.h",
785 "src/layout-descriptor-inl.h",
786 "src/layout-descriptor.cc",
787 "src/layout-descriptor.h",
785 "src/list-inl.h", 788 "src/list-inl.h",
786 "src/list.h", 789 "src/list.h",
787 "src/lithium-allocator-inl.h", 790 "src/lithium-allocator-inl.h",
788 "src/lithium-allocator.cc", 791 "src/lithium-allocator.cc",
789 "src/lithium-allocator.h", 792 "src/lithium-allocator.h",
790 "src/lithium-codegen.cc", 793 "src/lithium-codegen.cc",
791 "src/lithium-codegen.h", 794 "src/lithium-codegen.h",
792 "src/lithium.cc", 795 "src/lithium.cc",
793 "src/lithium.h", 796 "src/lithium.h",
794 "src/liveedit.cc", 797 "src/liveedit.cc",
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
1454 deps = [ 1457 deps = [
1455 ":v8_base", 1458 ":v8_base",
1456 ":v8_nosnapshot", 1459 ":v8_nosnapshot",
1457 ] 1460 ]
1458 } 1461 }
1459 1462
1460 direct_dependent_configs = [ ":external_config" ] 1463 direct_dependent_configs = [ ":external_config" ]
1461 } 1464 }
1462 1465
1463 } 1466 }
OLDNEW
« no previous file with comments | « no previous file | src/arm64/lithium-arm64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698