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

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
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 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 '../../src/heap-snapshot-generator-inl.h', 647 '../../src/heap-snapshot-generator-inl.h',
648 '../../src/heap-snapshot-generator.cc', 648 '../../src/heap-snapshot-generator.cc',
649 '../../src/heap-snapshot-generator.h', 649 '../../src/heap-snapshot-generator.h',
650 '../../src/heap/gc-idle-time-handler.cc', 650 '../../src/heap/gc-idle-time-handler.cc',
651 '../../src/heap/gc-idle-time-handler.h', 651 '../../src/heap/gc-idle-time-handler.h',
652 '../../src/heap/gc-tracer.cc', 652 '../../src/heap/gc-tracer.cc',
653 '../../src/heap/gc-tracer.h', 653 '../../src/heap/gc-tracer.h',
654 '../../src/heap/heap-inl.h', 654 '../../src/heap/heap-inl.h',
655 '../../src/heap/heap.cc', 655 '../../src/heap/heap.cc',
656 '../../src/heap/heap.h', 656 '../../src/heap/heap.h',
657 '../../src/heap/identity-map.cc',
658 '../../src/heap/identity-map.h',
657 '../../src/heap/incremental-marking-inl.h', 659 '../../src/heap/incremental-marking-inl.h',
658 '../../src/heap/incremental-marking.cc', 660 '../../src/heap/incremental-marking.cc',
659 '../../src/heap/incremental-marking.h', 661 '../../src/heap/incremental-marking.h',
660 '../../src/heap/mark-compact-inl.h', 662 '../../src/heap/mark-compact-inl.h',
661 '../../src/heap/mark-compact.cc', 663 '../../src/heap/mark-compact.cc',
662 '../../src/heap/mark-compact.h', 664 '../../src/heap/mark-compact.h',
663 '../../src/heap/objects-visiting-inl.h', 665 '../../src/heap/objects-visiting-inl.h',
664 '../../src/heap/objects-visiting.cc', 666 '../../src/heap/objects-visiting.cc',
665 '../../src/heap/objects-visiting.h', 667 '../../src/heap/objects-visiting.h',
666 '../../src/heap/spaces-inl.h', 668 '../../src/heap/spaces-inl.h',
(...skipping 1168 matching lines...) Expand 10 before | Expand all | Expand 10 after
1835 }], 1837 }],
1836 ['want_separate_host_toolset==1', { 1838 ['want_separate_host_toolset==1', {
1837 'toolsets': ['host'], 1839 'toolsets': ['host'],
1838 }, { 1840 }, {
1839 'toolsets': ['target'], 1841 'toolsets': ['target'],
1840 }], 1842 }],
1841 ], 1843 ],
1842 }, 1844 },
1843 ], 1845 ],
1844 } 1846 }
OLDNEW
« test/cctest/test-identity-map.cc ('K') | « test/cctest/test-identity-map.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698