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

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

Issue 1608583002: New page local store buffer. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 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
« src/heap/store-buffer-inl.h ('K') | « test/unittests/unittests.gyp ('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 818 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 '../../src/heap/scavenger.cc', 829 '../../src/heap/scavenger.cc',
830 '../../src/heap/scavenger.h', 830 '../../src/heap/scavenger.h',
831 '../../src/heap/slots-buffer.cc', 831 '../../src/heap/slots-buffer.cc',
832 '../../src/heap/slots-buffer.h', 832 '../../src/heap/slots-buffer.h',
833 '../../src/heap/spaces-inl.h', 833 '../../src/heap/spaces-inl.h',
834 '../../src/heap/spaces.cc', 834 '../../src/heap/spaces.cc',
835 '../../src/heap/spaces.h', 835 '../../src/heap/spaces.h',
836 '../../src/heap/store-buffer-inl.h', 836 '../../src/heap/store-buffer-inl.h',
837 '../../src/heap/store-buffer.cc', 837 '../../src/heap/store-buffer.cc',
838 '../../src/heap/store-buffer.h', 838 '../../src/heap/store-buffer.h',
839 '../../src/heap/slot-set.h',
Michael Lippautz 2016/01/22 08:03:49 Order
ulan 2016/01/28 19:07:23 Done.
839 '../../src/i18n.cc', 840 '../../src/i18n.cc',
840 '../../src/i18n.h', 841 '../../src/i18n.h',
841 '../../src/icu_util.cc', 842 '../../src/icu_util.cc',
842 '../../src/icu_util.h', 843 '../../src/icu_util.h',
843 '../../src/ic/access-compiler.cc', 844 '../../src/ic/access-compiler.cc',
844 '../../src/ic/access-compiler.h', 845 '../../src/ic/access-compiler.h',
845 '../../src/ic/call-optimization.cc', 846 '../../src/ic/call-optimization.cc',
846 '../../src/ic/call-optimization.h', 847 '../../src/ic/call-optimization.h',
847 '../../src/ic/handler-compiler.cc', 848 '../../src/ic/handler-compiler.cc',
848 '../../src/ic/handler-compiler.h', 849 '../../src/ic/handler-compiler.h',
(...skipping 1278 matching lines...) Expand 10 before | Expand all | Expand 10 after
2127 }], 2128 }],
2128 ['want_separate_host_toolset==1', { 2129 ['want_separate_host_toolset==1', {
2129 'toolsets': ['host'], 2130 'toolsets': ['host'],
2130 }, { 2131 }, {
2131 'toolsets': ['target'], 2132 'toolsets': ['target'],
2132 }], 2133 }],
2133 ], 2134 ],
2134 }, 2135 },
2135 ], 2136 ],
2136 } 2137 }
OLDNEW
« src/heap/store-buffer-inl.h ('K') | « test/unittests/unittests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698