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

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

Issue 268673003: ARM64: Optimize generated code for gaps (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: use new includes norm Created 6 years, 6 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
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 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 '../../src/arm64/codegen-arm64.cc', 654 '../../src/arm64/codegen-arm64.cc',
655 '../../src/arm64/codegen-arm64.h', 655 '../../src/arm64/codegen-arm64.h',
656 '../../src/arm64/code-stubs-arm64.cc', 656 '../../src/arm64/code-stubs-arm64.cc',
657 '../../src/arm64/code-stubs-arm64.h', 657 '../../src/arm64/code-stubs-arm64.h',
658 '../../src/arm64/constants-arm64.h', 658 '../../src/arm64/constants-arm64.h',
659 '../../src/arm64/cpu-arm64.cc', 659 '../../src/arm64/cpu-arm64.cc',
660 '../../src/arm64/debug-arm64.cc', 660 '../../src/arm64/debug-arm64.cc',
661 '../../src/arm64/decoder-arm64.cc', 661 '../../src/arm64/decoder-arm64.cc',
662 '../../src/arm64/decoder-arm64.h', 662 '../../src/arm64/decoder-arm64.h',
663 '../../src/arm64/decoder-arm64-inl.h', 663 '../../src/arm64/decoder-arm64-inl.h',
664 '../../src/arm64/delayed-masm-arm64.cc',
665 '../../src/arm64/delayed-masm-arm64.h',
666 '../../src/arm64/delayed-masm-arm64-inl.h',
664 '../../src/arm64/deoptimizer-arm64.cc', 667 '../../src/arm64/deoptimizer-arm64.cc',
665 '../../src/arm64/disasm-arm64.cc', 668 '../../src/arm64/disasm-arm64.cc',
666 '../../src/arm64/disasm-arm64.h', 669 '../../src/arm64/disasm-arm64.h',
667 '../../src/arm64/frames-arm64.cc', 670 '../../src/arm64/frames-arm64.cc',
668 '../../src/arm64/frames-arm64.h', 671 '../../src/arm64/frames-arm64.h',
669 '../../src/arm64/full-codegen-arm64.cc', 672 '../../src/arm64/full-codegen-arm64.cc',
670 '../../src/arm64/ic-arm64.cc', 673 '../../src/arm64/ic-arm64.cc',
671 '../../src/arm64/instructions-arm64.cc', 674 '../../src/arm64/instructions-arm64.cc',
672 '../../src/arm64/instructions-arm64.h', 675 '../../src/arm64/instructions-arm64.h',
673 '../../src/arm64/instrument-arm64.cc', 676 '../../src/arm64/instrument-arm64.cc',
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
1227 }], 1230 }],
1228 ['v8_compress_startup_data=="bz2"', { 1231 ['v8_compress_startup_data=="bz2"', {
1229 'libraries': [ 1232 'libraries': [
1230 '-lbz2', 1233 '-lbz2',
1231 ] 1234 ]
1232 }], 1235 }],
1233 ], 1236 ],
1234 }, 1237 },
1235 ], 1238 ],
1236 } 1239 }
OLDNEW
« src/arm64/delayed-masm-arm64.h ('K') | « src/arm64/lithium-gap-resolver-arm64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698