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

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

Issue 1735523002: Reland "Replace slots buffer with remembered set. (patchset #14 id:250001 of https://codereview.chr… (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: one more int->size_t Created 4 years, 10 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 | « 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 879 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 '../../src/heap/objects-visiting.cc', 890 '../../src/heap/objects-visiting.cc',
891 '../../src/heap/objects-visiting.h', 891 '../../src/heap/objects-visiting.h',
892 '../../src/heap/remembered-set.cc', 892 '../../src/heap/remembered-set.cc',
893 '../../src/heap/remembered-set.h', 893 '../../src/heap/remembered-set.h',
894 '../../src/heap/scavenge-job.h', 894 '../../src/heap/scavenge-job.h',
895 '../../src/heap/scavenge-job.cc', 895 '../../src/heap/scavenge-job.cc',
896 '../../src/heap/scavenger-inl.h', 896 '../../src/heap/scavenger-inl.h',
897 '../../src/heap/scavenger.cc', 897 '../../src/heap/scavenger.cc',
898 '../../src/heap/scavenger.h', 898 '../../src/heap/scavenger.h',
899 '../../src/heap/slot-set.h', 899 '../../src/heap/slot-set.h',
900 '../../src/heap/slots-buffer.cc',
901 '../../src/heap/slots-buffer.h',
902 '../../src/heap/spaces-inl.h', 900 '../../src/heap/spaces-inl.h',
903 '../../src/heap/spaces.cc', 901 '../../src/heap/spaces.cc',
904 '../../src/heap/spaces.h', 902 '../../src/heap/spaces.h',
905 '../../src/heap/store-buffer-inl.h', 903 '../../src/heap/store-buffer-inl.h',
906 '../../src/heap/store-buffer.cc', 904 '../../src/heap/store-buffer.cc',
907 '../../src/heap/store-buffer.h', 905 '../../src/heap/store-buffer.h',
908 '../../src/i18n.cc', 906 '../../src/i18n.cc',
909 '../../src/i18n.h', 907 '../../src/i18n.h',
910 '../../src/icu_util.cc', 908 '../../src/icu_util.cc',
911 '../../src/icu_util.h', 909 '../../src/icu_util.h',
(...skipping 1294 matching lines...) Expand 10 before | Expand all | Expand 10 after
2206 }], 2204 }],
2207 ['want_separate_host_toolset==1', { 2205 ['want_separate_host_toolset==1', {
2208 'toolsets': ['host'], 2206 'toolsets': ['host'],
2209 }, { 2207 }, {
2210 'toolsets': ['target'], 2208 'toolsets': ['target'],
2211 }], 2209 }],
2212 ], 2210 ],
2213 }, 2211 },
2214 ], 2212 ],
2215 } 2213 }
OLDNEW
« no previous file with comments | « test/unittests/unittests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698