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

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

Issue 1343043002: [heap] Move slots buffer into a separate file. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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 | « test/cctest/test-unboxed-doubles.cc ('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 719 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 737 '../../src/heap/scavenger-inl.h',
738 '../../src/heap/scavenger.cc', 738 '../../src/heap/scavenger.cc',
739 '../../src/heap/scavenger.h', 739 '../../src/heap/scavenger.h',
740 '../../src/heap/slots-buffer.cc',
741 '../../src/heap/slots-buffer.h',
740 '../../src/heap/spaces-inl.h', 742 '../../src/heap/spaces-inl.h',
741 '../../src/heap/spaces.cc', 743 '../../src/heap/spaces.cc',
742 '../../src/heap/spaces.h', 744 '../../src/heap/spaces.h',
743 '../../src/heap/store-buffer-inl.h', 745 '../../src/heap/store-buffer-inl.h',
744 '../../src/heap/store-buffer.cc', 746 '../../src/heap/store-buffer.cc',
745 '../../src/heap/store-buffer.h', 747 '../../src/heap/store-buffer.h',
746 '../../src/hydrogen-alias-analysis.h', 748 '../../src/hydrogen-alias-analysis.h',
747 '../../src/hydrogen-bce.cc', 749 '../../src/hydrogen-bce.cc',
748 '../../src/hydrogen-bce.h', 750 '../../src/hydrogen-bce.h',
749 '../../src/hydrogen-bch.cc', 751 '../../src/hydrogen-bch.cc',
(...skipping 1332 matching lines...) Expand 10 before | Expand all | Expand 10 after
2082 }], 2084 }],
2083 ['want_separate_host_toolset==1', { 2085 ['want_separate_host_toolset==1', {
2084 'toolsets': ['host'], 2086 'toolsets': ['host'],
2085 }, { 2087 }, {
2086 'toolsets': ['target'], 2088 'toolsets': ['target'],
2087 }], 2089 }],
2088 ], 2090 ],
2089 }, 2091 },
2090 ], 2092 ],
2091 } 2093 }
OLDNEW
« no previous file with comments | « test/cctest/test-unboxed-doubles.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698