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

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

Issue 1683653002: Add a generic remembered set class. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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 | « src/heap/store-buffer-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 871 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 '../../src/heap/incremental-marking.cc', 882 '../../src/heap/incremental-marking.cc',
883 '../../src/heap/incremental-marking.h', 883 '../../src/heap/incremental-marking.h',
884 '../../src/heap/mark-compact-inl.h', 884 '../../src/heap/mark-compact-inl.h',
885 '../../src/heap/mark-compact.cc', 885 '../../src/heap/mark-compact.cc',
886 '../../src/heap/mark-compact.h', 886 '../../src/heap/mark-compact.h',
887 '../../src/heap/object-stats.cc', 887 '../../src/heap/object-stats.cc',
888 '../../src/heap/object-stats.h', 888 '../../src/heap/object-stats.h',
889 '../../src/heap/objects-visiting-inl.h', 889 '../../src/heap/objects-visiting-inl.h',
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',
893 '../../src/heap/remembered-set.h',
892 '../../src/heap/scavenge-job.h', 894 '../../src/heap/scavenge-job.h',
893 '../../src/heap/scavenge-job.cc', 895 '../../src/heap/scavenge-job.cc',
894 '../../src/heap/scavenger-inl.h', 896 '../../src/heap/scavenger-inl.h',
895 '../../src/heap/scavenger.cc', 897 '../../src/heap/scavenger.cc',
896 '../../src/heap/scavenger.h', 898 '../../src/heap/scavenger.h',
897 '../../src/heap/slot-set.h', 899 '../../src/heap/slot-set.h',
898 '../../src/heap/slots-buffer.cc', 900 '../../src/heap/slots-buffer.cc',
899 '../../src/heap/slots-buffer.h', 901 '../../src/heap/slots-buffer.h',
900 '../../src/heap/spaces-inl.h', 902 '../../src/heap/spaces-inl.h',
901 '../../src/heap/spaces.cc', 903 '../../src/heap/spaces.cc',
(...skipping 1303 matching lines...) Expand 10 before | Expand all | Expand 10 after
2205 }], 2207 }],
2206 ['want_separate_host_toolset==1', { 2208 ['want_separate_host_toolset==1', {
2207 'toolsets': ['host'], 2209 'toolsets': ['host'],
2208 }, { 2210 }, {
2209 'toolsets': ['target'], 2211 'toolsets': ['target'],
2210 }], 2212 }],
2211 ], 2213 ],
2212 }, 2214 },
2213 ], 2215 ],
2214 } 2216 }
OLDNEW
« no previous file with comments | « src/heap/store-buffer-inl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698