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

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

Issue 1105693002: Implement IdentityMap<V>, a robust, GC-safe object-identity HashMap. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 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-identity-map.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 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 '../../src/heap-snapshot-generator-inl.h', 652 '../../src/heap-snapshot-generator-inl.h',
653 '../../src/heap-snapshot-generator.cc', 653 '../../src/heap-snapshot-generator.cc',
654 '../../src/heap-snapshot-generator.h', 654 '../../src/heap-snapshot-generator.h',
655 '../../src/heap/gc-idle-time-handler.cc', 655 '../../src/heap/gc-idle-time-handler.cc',
656 '../../src/heap/gc-idle-time-handler.h', 656 '../../src/heap/gc-idle-time-handler.h',
657 '../../src/heap/gc-tracer.cc', 657 '../../src/heap/gc-tracer.cc',
658 '../../src/heap/gc-tracer.h', 658 '../../src/heap/gc-tracer.h',
659 '../../src/heap/heap-inl.h', 659 '../../src/heap/heap-inl.h',
660 '../../src/heap/heap.cc', 660 '../../src/heap/heap.cc',
661 '../../src/heap/heap.h', 661 '../../src/heap/heap.h',
662 '../../src/heap/identity-map.cc',
663 '../../src/heap/identity-map.h',
662 '../../src/heap/incremental-marking-inl.h', 664 '../../src/heap/incremental-marking-inl.h',
663 '../../src/heap/incremental-marking.cc', 665 '../../src/heap/incremental-marking.cc',
664 '../../src/heap/incremental-marking.h', 666 '../../src/heap/incremental-marking.h',
665 '../../src/heap/mark-compact-inl.h', 667 '../../src/heap/mark-compact-inl.h',
666 '../../src/heap/mark-compact.cc', 668 '../../src/heap/mark-compact.cc',
667 '../../src/heap/mark-compact.h', 669 '../../src/heap/mark-compact.h',
668 '../../src/heap/objects-visiting-inl.h', 670 '../../src/heap/objects-visiting-inl.h',
669 '../../src/heap/objects-visiting.cc', 671 '../../src/heap/objects-visiting.cc',
670 '../../src/heap/objects-visiting.h', 672 '../../src/heap/objects-visiting.h',
671 '../../src/heap/spaces-inl.h', 673 '../../src/heap/spaces-inl.h',
(...skipping 1172 matching lines...) Expand 10 before | Expand all | Expand 10 after
1844 }], 1846 }],
1845 ['want_separate_host_toolset==1', { 1847 ['want_separate_host_toolset==1', {
1846 'toolsets': ['host'], 1848 'toolsets': ['host'],
1847 }, { 1849 }, {
1848 'toolsets': ['target'], 1850 'toolsets': ['target'],
1849 }], 1851 }],
1850 ], 1852 ],
1851 }, 1853 },
1852 ], 1854 ],
1853 } 1855 }
OLDNEW
« no previous file with comments | « test/cctest/test-identity-map.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698