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

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

Issue 579153003: Move state sentinels into TypeFeedbackVector. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: ports. 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 | « test/cctest/test-heap.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-inl.h',
764 '../../src/type-feedback-vector.cc', 765 '../../src/type-feedback-vector.cc',
765 '../../src/type-feedback-vector.h', 766 '../../src/type-feedback-vector.h',
766 '../../src/type-info.cc', 767 '../../src/type-info.cc',
767 '../../src/type-info.h', 768 '../../src/type-info.h',
768 '../../src/types-inl.h', 769 '../../src/types-inl.h',
769 '../../src/types.cc', 770 '../../src/types.cc',
770 '../../src/types.h', 771 '../../src/types.h',
771 '../../src/typing.cc', 772 '../../src/typing.cc',
772 '../../src/typing.h', 773 '../../src/typing.h',
773 '../../src/unbound-queue-inl.h', 774 '../../src/unbound-queue-inl.h',
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
1654 }], 1655 }],
1655 ['v8_compress_startup_data=="bz2"', { 1656 ['v8_compress_startup_data=="bz2"', {
1656 'libraries': [ 1657 'libraries': [
1657 '-lbz2', 1658 '-lbz2',
1658 ] 1659 ]
1659 }], 1660 }],
1660 ], 1661 ],
1661 }, 1662 },
1662 ], 1663 ],
1663 } 1664 }
OLDNEW
« no previous file with comments | « test/cctest/test-heap.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698