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

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

Issue 581993002: Introduce TypeFeedbackVector, as FixedArray grew constrictive. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Initial patch. Created 6 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 | Annotate | Revision Log
« no previous file with comments | « src/type-info.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 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 '../../src/string-stream.h', 754 '../../src/string-stream.h',
755 '../../src/strtod.cc', 755 '../../src/strtod.cc',
756 '../../src/strtod.h', 756 '../../src/strtod.h',
757 '../../src/ic/stub-cache.cc', 757 '../../src/ic/stub-cache.cc',
758 '../../src/ic/stub-cache.h', 758 '../../src/ic/stub-cache.h',
759 '../../src/token.cc', 759 '../../src/token.cc',
760 '../../src/token.h', 760 '../../src/token.h',
761 '../../src/transitions-inl.h', 761 '../../src/transitions-inl.h',
762 '../../src/transitions.cc', 762 '../../src/transitions.cc',
763 '../../src/transitions.h', 763 '../../src/transitions.h',
764 '../../src/type-feedback-vector.cc',
765 '../../src/type-feedback-vector.h',
764 '../../src/type-info.cc', 766 '../../src/type-info.cc',
765 '../../src/type-info.h', 767 '../../src/type-info.h',
766 '../../src/types-inl.h', 768 '../../src/types-inl.h',
767 '../../src/types.cc', 769 '../../src/types.cc',
768 '../../src/types.h', 770 '../../src/types.h',
769 '../../src/typing.cc', 771 '../../src/typing.cc',
770 '../../src/typing.h', 772 '../../src/typing.h',
771 '../../src/unbound-queue-inl.h', 773 '../../src/unbound-queue-inl.h',
772 '../../src/unbound-queue.h', 774 '../../src/unbound-queue.h',
773 '../../src/unicode-inl.h', 775 '../../src/unicode-inl.h',
(...skipping 878 matching lines...) Expand 10 before | Expand all | Expand 10 after
1652 }], 1654 }],
1653 ['v8_compress_startup_data=="bz2"', { 1655 ['v8_compress_startup_data=="bz2"', {
1654 'libraries': [ 1656 'libraries': [
1655 '-lbz2', 1657 '-lbz2',
1656 ] 1658 ]
1657 }], 1659 }],
1658 ], 1660 ],
1659 }, 1661 },
1660 ], 1662 ],
1661 } 1663 }
OLDNEW
« no previous file with comments | « src/type-info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698