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

Side by Side Diff: tools/gyp/v8.gyp

Issue 1409763004: [types] Use the TypeCache consistently for common types. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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
« no previous file with comments | « test/unittests/compiler/js-typed-lowering-unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 983 matching lines...) Expand 10 before | Expand all | Expand 10 after
994 '../../src/string-stream.h', 994 '../../src/string-stream.h',
995 '../../src/strtod.cc', 995 '../../src/strtod.cc',
996 '../../src/strtod.h', 996 '../../src/strtod.h',
997 '../../src/ic/stub-cache.cc', 997 '../../src/ic/stub-cache.cc',
998 '../../src/ic/stub-cache.h', 998 '../../src/ic/stub-cache.h',
999 '../../src/token.cc', 999 '../../src/token.cc',
1000 '../../src/token.h', 1000 '../../src/token.h',
1001 '../../src/transitions-inl.h', 1001 '../../src/transitions-inl.h',
1002 '../../src/transitions.cc', 1002 '../../src/transitions.cc',
1003 '../../src/transitions.h', 1003 '../../src/transitions.h',
1004 '../../src/type-cache.cc',
1005 '../../src/type-cache.h',
1004 '../../src/type-feedback-vector-inl.h', 1006 '../../src/type-feedback-vector-inl.h',
1005 '../../src/type-feedback-vector.cc', 1007 '../../src/type-feedback-vector.cc',
1006 '../../src/type-feedback-vector.h', 1008 '../../src/type-feedback-vector.h',
1007 '../../src/type-info.cc', 1009 '../../src/type-info.cc',
1008 '../../src/type-info.h', 1010 '../../src/type-info.h',
1009 '../../src/types-inl.h', 1011 '../../src/types-inl.h',
1010 '../../src/types.cc', 1012 '../../src/types.cc',
1011 '../../src/types.h', 1013 '../../src/types.h',
1012 '../../src/typing-asm.cc', 1014 '../../src/typing-asm.cc',
1013 '../../src/typing-asm.h', 1015 '../../src/typing-asm.h',
(...skipping 13 matching lines...) Expand all
1027 '../../src/v8memory.h', 1029 '../../src/v8memory.h',
1028 '../../src/v8threads.cc', 1030 '../../src/v8threads.cc',
1029 '../../src/v8threads.h', 1031 '../../src/v8threads.h',
1030 '../../src/variables.cc', 1032 '../../src/variables.cc',
1031 '../../src/variables.h', 1033 '../../src/variables.h',
1032 '../../src/vector.h', 1034 '../../src/vector.h',
1033 '../../src/version.cc', 1035 '../../src/version.cc',
1034 '../../src/version.h', 1036 '../../src/version.h',
1035 '../../src/vm-state-inl.h', 1037 '../../src/vm-state-inl.h',
1036 '../../src/vm-state.h', 1038 '../../src/vm-state.h',
1037 '../../src/zone-type-cache.h',
1038 '../../src/zone.cc', 1039 '../../src/zone.cc',
1039 '../../src/zone.h', 1040 '../../src/zone.h',
1040 '../../src/zone-allocator.h', 1041 '../../src/zone-allocator.h',
1041 '../../src/zone-containers.h', 1042 '../../src/zone-containers.h',
1042 '../../src/third_party/fdlibm/fdlibm.cc', 1043 '../../src/third_party/fdlibm/fdlibm.cc',
1043 '../../src/third_party/fdlibm/fdlibm.h', 1044 '../../src/third_party/fdlibm/fdlibm.h',
1044 ], 1045 ],
1045 'conditions': [ 1046 'conditions': [
1046 ['want_separate_host_toolset==1', { 1047 ['want_separate_host_toolset==1', {
1047 'toolsets': ['host', 'target'], 1048 'toolsets': ['host', 'target'],
(...skipping 1048 matching lines...) Expand 10 before | Expand all | Expand 10 after
2096 }], 2097 }],
2097 ['want_separate_host_toolset==1', { 2098 ['want_separate_host_toolset==1', {
2098 'toolsets': ['host'], 2099 'toolsets': ['host'],
2099 }, { 2100 }, {
2100 'toolsets': ['target'], 2101 'toolsets': ['target'],
2101 }], 2102 }],
2102 ], 2103 ],
2103 }, 2104 },
2104 ], 2105 ],
2105 } 2106 }
OLDNEW
« no previous file with comments | « test/unittests/compiler/js-typed-lowering-unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698