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

Side by Side Diff: src/v8.gyp

Issue 2316503004: KeyedLookupCache and DescriptorLookupCache -> lookup-cache{-inl.h,.cc,.h} (Closed)
Patch Set: Created 4 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
« no previous file with comments | « src/objects-inl.h ('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 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after
1027 'layout-descriptor.h', 1027 'layout-descriptor.h',
1028 'list-inl.h', 1028 'list-inl.h',
1029 'list.h', 1029 'list.h',
1030 'locked-queue-inl.h', 1030 'locked-queue-inl.h',
1031 'locked-queue.h', 1031 'locked-queue.h',
1032 'log-inl.h', 1032 'log-inl.h',
1033 'log-utils.cc', 1033 'log-utils.cc',
1034 'log-utils.h', 1034 'log-utils.h',
1035 'log.cc', 1035 'log.cc',
1036 'log.h', 1036 'log.h',
1037 'lookup-inl.h', 1037 'lookup-cache-inl.h',
1038 'lookup-cache.cc',
1039 'lookup-cache.h',
1038 'lookup.cc', 1040 'lookup.cc',
1039 'lookup.h', 1041 'lookup.h',
1040 'macro-assembler.h', 1042 'macro-assembler.h',
1041 'machine-type.cc', 1043 'machine-type.cc',
1042 'machine-type.h', 1044 'machine-type.h',
1043 'messages.cc', 1045 'messages.cc',
1044 'messages.h', 1046 'messages.h',
1045 'msan.h', 1047 'msan.h',
1046 'objects-body-descriptors-inl.h', 1048 'objects-body-descriptors-inl.h',
1047 'objects-body-descriptors.h', 1049 'objects-body-descriptors.h',
(...skipping 1371 matching lines...) Expand 10 before | Expand all | Expand 10 after
2419 'conditions': [ 2421 'conditions': [
2420 ['want_separate_host_toolset_mkpeephole==1', { 2422 ['want_separate_host_toolset_mkpeephole==1', {
2421 'toolsets': ['host'], 2423 'toolsets': ['host'],
2422 }, { 2424 }, {
2423 'toolsets': ['target'], 2425 'toolsets': ['target'],
2424 }], 2426 }],
2425 ], 2427 ],
2426 }, 2428 },
2427 ], 2429 ],
2428 } 2430 }
OLDNEW
« no previous file with comments | « src/objects-inl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698