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 1323993004: [heap] Separate scavenger functionality into own file. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased. Created 5 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/heap/scavenger-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 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 '../../src/heap/incremental-marking.cc', 727 '../../src/heap/incremental-marking.cc',
728 '../../src/heap/incremental-marking.h', 728 '../../src/heap/incremental-marking.h',
729 '../../src/heap/mark-compact-inl.h', 729 '../../src/heap/mark-compact-inl.h',
730 '../../src/heap/mark-compact.cc', 730 '../../src/heap/mark-compact.cc',
731 '../../src/heap/mark-compact.h', 731 '../../src/heap/mark-compact.h',
732 '../../src/heap/object-stats.cc', 732 '../../src/heap/object-stats.cc',
733 '../../src/heap/object-stats.h', 733 '../../src/heap/object-stats.h',
734 '../../src/heap/objects-visiting-inl.h', 734 '../../src/heap/objects-visiting-inl.h',
735 '../../src/heap/objects-visiting.cc', 735 '../../src/heap/objects-visiting.cc',
736 '../../src/heap/objects-visiting.h', 736 '../../src/heap/objects-visiting.h',
737 '../../src/heap/scavenger-inl.h',
738 '../../src/heap/scavenger.cc',
739 '../../src/heap/scavenger.h',
737 '../../src/heap/spaces-inl.h', 740 '../../src/heap/spaces-inl.h',
738 '../../src/heap/spaces.cc', 741 '../../src/heap/spaces.cc',
739 '../../src/heap/spaces.h', 742 '../../src/heap/spaces.h',
740 '../../src/heap/store-buffer-inl.h', 743 '../../src/heap/store-buffer-inl.h',
741 '../../src/heap/store-buffer.cc', 744 '../../src/heap/store-buffer.cc',
742 '../../src/heap/store-buffer.h', 745 '../../src/heap/store-buffer.h',
743 '../../src/hydrogen-alias-analysis.h', 746 '../../src/hydrogen-alias-analysis.h',
744 '../../src/hydrogen-bce.cc', 747 '../../src/hydrogen-bce.cc',
745 '../../src/hydrogen-bce.h', 748 '../../src/hydrogen-bce.h',
746 '../../src/hydrogen-bch.cc', 749 '../../src/hydrogen-bch.cc',
(...skipping 1332 matching lines...) Expand 10 before | Expand all | Expand 10 after
2079 }], 2082 }],
2080 ['want_separate_host_toolset==1', { 2083 ['want_separate_host_toolset==1', {
2081 'toolsets': ['host'], 2084 'toolsets': ['host'],
2082 }, { 2085 }, {
2083 'toolsets': ['target'], 2086 'toolsets': ['target'],
2084 }], 2087 }],
2085 ], 2088 ],
2086 }, 2089 },
2087 ], 2090 ],
2088 } 2091 }
OLDNEW
« no previous file with comments | « src/heap/scavenger-inl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698