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

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

Issue 391693002: In-object double fields unboxing (for 64-bit only). (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebasing Created 6 years, 1 month 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-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 676 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 '../../src/interface-descriptors.h', 687 '../../src/interface-descriptors.h',
688 '../../src/interpreter-irregexp.cc', 688 '../../src/interpreter-irregexp.cc',
689 '../../src/interpreter-irregexp.h', 689 '../../src/interpreter-irregexp.h',
690 '../../src/isolate.cc', 690 '../../src/isolate.cc',
691 '../../src/isolate.h', 691 '../../src/isolate.h',
692 '../../src/json-parser.h', 692 '../../src/json-parser.h',
693 '../../src/json-stringifier.h', 693 '../../src/json-stringifier.h',
694 '../../src/jsregexp-inl.h', 694 '../../src/jsregexp-inl.h',
695 '../../src/jsregexp.cc', 695 '../../src/jsregexp.cc',
696 '../../src/jsregexp.h', 696 '../../src/jsregexp.h',
697 '../../src/layout-descriptor-inl.h',
698 '../../src/layout-descriptor.cc',
699 '../../src/layout-descriptor.h',
697 '../../src/list-inl.h', 700 '../../src/list-inl.h',
698 '../../src/list.h', 701 '../../src/list.h',
699 '../../src/lithium-allocator-inl.h', 702 '../../src/lithium-allocator-inl.h',
700 '../../src/lithium-allocator.cc', 703 '../../src/lithium-allocator.cc',
701 '../../src/lithium-allocator.h', 704 '../../src/lithium-allocator.h',
702 '../../src/lithium-codegen.cc', 705 '../../src/lithium-codegen.cc',
703 '../../src/lithium-codegen.h', 706 '../../src/lithium-codegen.h',
704 '../../src/lithium.cc', 707 '../../src/lithium.cc',
705 '../../src/lithium.h', 708 '../../src/lithium.h',
706 '../../src/lithium-inl.h', 709 '../../src/lithium-inl.h',
(...skipping 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after
1738 }], 1741 }],
1739 ['v8_compress_startup_data=="bz2"', { 1742 ['v8_compress_startup_data=="bz2"', {
1740 'libraries': [ 1743 'libraries': [
1741 '-lbz2', 1744 '-lbz2',
1742 ] 1745 ]
1743 }], 1746 }],
1744 ], 1747 ],
1745 }, 1748 },
1746 ], 1749 ],
1747 } 1750 }
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