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

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

Issue 527093002: Make concrete classes for individual call descriptors. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: REBASE. 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
« src/interface-descriptors.h ('K') | « src/x64/lithium-x64.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 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 '../../src/ic/access-compiler.h', 636 '../../src/ic/access-compiler.h',
637 '../../src/ic/call-optimization.cc', 637 '../../src/ic/call-optimization.cc',
638 '../../src/ic/call-optimization.h', 638 '../../src/ic/call-optimization.h',
639 '../../src/ic/handler-compiler.cc', 639 '../../src/ic/handler-compiler.cc',
640 '../../src/ic/handler-compiler.h', 640 '../../src/ic/handler-compiler.h',
641 '../../src/ic/ic-inl.h', 641 '../../src/ic/ic-inl.h',
642 '../../src/ic/ic.cc', 642 '../../src/ic/ic.cc',
643 '../../src/ic/ic.h', 643 '../../src/ic/ic.h',
644 '../../src/ic/ic-compiler.cc', 644 '../../src/ic/ic-compiler.cc',
645 '../../src/ic/ic-compiler.h', 645 '../../src/ic/ic-compiler.h',
646 '../../src/ic/ic-conventions.h',
647 '../../src/interface.cc', 646 '../../src/interface.cc',
648 '../../src/interface.h', 647 '../../src/interface.h',
649 '../../src/interface-descriptors.cc', 648 '../../src/interface-descriptors.cc',
650 '../../src/interface-descriptors.h', 649 '../../src/interface-descriptors.h',
651 '../../src/interpreter-irregexp.cc', 650 '../../src/interpreter-irregexp.cc',
652 '../../src/interpreter-irregexp.h', 651 '../../src/interpreter-irregexp.h',
653 '../../src/isolate.cc', 652 '../../src/isolate.cc',
654 '../../src/isolate.h', 653 '../../src/isolate.h',
655 '../../src/json-parser.h', 654 '../../src/json-parser.h',
656 '../../src/json-stringifier.h', 655 '../../src/json-stringifier.h',
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
830 '../../src/arm/regexp-macro-assembler-arm.h', 829 '../../src/arm/regexp-macro-assembler-arm.h',
831 '../../src/arm/simulator-arm.cc', 830 '../../src/arm/simulator-arm.cc',
832 '../../src/compiler/arm/code-generator-arm.cc', 831 '../../src/compiler/arm/code-generator-arm.cc',
833 '../../src/compiler/arm/instruction-codes-arm.h', 832 '../../src/compiler/arm/instruction-codes-arm.h',
834 '../../src/compiler/arm/instruction-selector-arm.cc', 833 '../../src/compiler/arm/instruction-selector-arm.cc',
835 '../../src/compiler/arm/linkage-arm.cc', 834 '../../src/compiler/arm/linkage-arm.cc',
836 '../../src/ic/arm/access-compiler-arm.cc', 835 '../../src/ic/arm/access-compiler-arm.cc',
837 '../../src/ic/arm/handler-compiler-arm.cc', 836 '../../src/ic/arm/handler-compiler-arm.cc',
838 '../../src/ic/arm/ic-arm.cc', 837 '../../src/ic/arm/ic-arm.cc',
839 '../../src/ic/arm/ic-compiler-arm.cc', 838 '../../src/ic/arm/ic-compiler-arm.cc',
840 '../../src/ic/arm/ic-conventions-arm.cc',
841 '../../src/ic/arm/stub-cache-arm.cc', 839 '../../src/ic/arm/stub-cache-arm.cc',
842 ], 840 ],
843 }], 841 }],
844 ['v8_target_arch=="arm64"', { 842 ['v8_target_arch=="arm64"', {
845 'sources': [ ### gcmole(arch:arm64) ### 843 'sources': [ ### gcmole(arch:arm64) ###
846 '../../src/arm64/assembler-arm64.cc', 844 '../../src/arm64/assembler-arm64.cc',
847 '../../src/arm64/assembler-arm64.h', 845 '../../src/arm64/assembler-arm64.h',
848 '../../src/arm64/assembler-arm64-inl.h', 846 '../../src/arm64/assembler-arm64-inl.h',
849 '../../src/arm64/builtins-arm64.cc', 847 '../../src/arm64/builtins-arm64.cc',
850 '../../src/arm64/codegen-arm64.cc', 848 '../../src/arm64/codegen-arm64.cc',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
888 '../../src/arm64/utils-arm64.cc', 886 '../../src/arm64/utils-arm64.cc',
889 '../../src/arm64/utils-arm64.h', 887 '../../src/arm64/utils-arm64.h',
890 '../../src/compiler/arm64/code-generator-arm64.cc', 888 '../../src/compiler/arm64/code-generator-arm64.cc',
891 '../../src/compiler/arm64/instruction-codes-arm64.h', 889 '../../src/compiler/arm64/instruction-codes-arm64.h',
892 '../../src/compiler/arm64/instruction-selector-arm64.cc', 890 '../../src/compiler/arm64/instruction-selector-arm64.cc',
893 '../../src/compiler/arm64/linkage-arm64.cc', 891 '../../src/compiler/arm64/linkage-arm64.cc',
894 '../../src/ic/arm64/access-compiler-arm64.cc', 892 '../../src/ic/arm64/access-compiler-arm64.cc',
895 '../../src/ic/arm64/handler-compiler-arm64.cc', 893 '../../src/ic/arm64/handler-compiler-arm64.cc',
896 '../../src/ic/arm64/ic-arm64.cc', 894 '../../src/ic/arm64/ic-arm64.cc',
897 '../../src/ic/arm64/ic-compiler-arm64.cc', 895 '../../src/ic/arm64/ic-compiler-arm64.cc',
898 '../../src/ic/arm64/ic-conventions-arm64.cc',
899 '../../src/ic/arm64/stub-cache-arm64.cc', 896 '../../src/ic/arm64/stub-cache-arm64.cc',
900 ], 897 ],
901 }], 898 }],
902 ['v8_target_arch=="ia32"', { 899 ['v8_target_arch=="ia32"', {
903 'sources': [ ### gcmole(arch:ia32) ### 900 'sources': [ ### gcmole(arch:ia32) ###
904 '../../src/ia32/assembler-ia32-inl.h', 901 '../../src/ia32/assembler-ia32-inl.h',
905 '../../src/ia32/assembler-ia32.cc', 902 '../../src/ia32/assembler-ia32.cc',
906 '../../src/ia32/assembler-ia32.h', 903 '../../src/ia32/assembler-ia32.h',
907 '../../src/ia32/builtins-ia32.cc', 904 '../../src/ia32/builtins-ia32.cc',
908 '../../src/ia32/code-stubs-ia32.cc', 905 '../../src/ia32/code-stubs-ia32.cc',
(...skipping 19 matching lines...) Expand all
928 '../../src/ia32/regexp-macro-assembler-ia32.cc', 925 '../../src/ia32/regexp-macro-assembler-ia32.cc',
929 '../../src/ia32/regexp-macro-assembler-ia32.h', 926 '../../src/ia32/regexp-macro-assembler-ia32.h',
930 '../../src/compiler/ia32/code-generator-ia32.cc', 927 '../../src/compiler/ia32/code-generator-ia32.cc',
931 '../../src/compiler/ia32/instruction-codes-ia32.h', 928 '../../src/compiler/ia32/instruction-codes-ia32.h',
932 '../../src/compiler/ia32/instruction-selector-ia32.cc', 929 '../../src/compiler/ia32/instruction-selector-ia32.cc',
933 '../../src/compiler/ia32/linkage-ia32.cc', 930 '../../src/compiler/ia32/linkage-ia32.cc',
934 '../../src/ic/ia32/access-compiler-ia32.cc', 931 '../../src/ic/ia32/access-compiler-ia32.cc',
935 '../../src/ic/ia32/handler-compiler-ia32.cc', 932 '../../src/ic/ia32/handler-compiler-ia32.cc',
936 '../../src/ic/ia32/ic-ia32.cc', 933 '../../src/ic/ia32/ic-ia32.cc',
937 '../../src/ic/ia32/ic-compiler-ia32.cc', 934 '../../src/ic/ia32/ic-compiler-ia32.cc',
938 '../../src/ic/ia32/ic-conventions-ia32.cc',
939 '../../src/ic/ia32/stub-cache-ia32.cc', 935 '../../src/ic/ia32/stub-cache-ia32.cc',
940 ], 936 ],
941 }], 937 }],
942 ['v8_target_arch=="x87"', { 938 ['v8_target_arch=="x87"', {
943 'sources': [ ### gcmole(arch:x87) ### 939 'sources': [ ### gcmole(arch:x87) ###
944 '../../src/x87/assembler-x87-inl.h', 940 '../../src/x87/assembler-x87-inl.h',
945 '../../src/x87/assembler-x87.cc', 941 '../../src/x87/assembler-x87.cc',
946 '../../src/x87/assembler-x87.h', 942 '../../src/x87/assembler-x87.h',
947 '../../src/x87/builtins-x87.cc', 943 '../../src/x87/builtins-x87.cc',
948 '../../src/x87/code-stubs-x87.cc', 944 '../../src/x87/code-stubs-x87.cc',
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
1082 '../../src/x64/regexp-macro-assembler-x64.cc', 1078 '../../src/x64/regexp-macro-assembler-x64.cc',
1083 '../../src/x64/regexp-macro-assembler-x64.h', 1079 '../../src/x64/regexp-macro-assembler-x64.h',
1084 '../../src/compiler/x64/code-generator-x64.cc', 1080 '../../src/compiler/x64/code-generator-x64.cc',
1085 '../../src/compiler/x64/instruction-codes-x64.h', 1081 '../../src/compiler/x64/instruction-codes-x64.h',
1086 '../../src/compiler/x64/instruction-selector-x64.cc', 1082 '../../src/compiler/x64/instruction-selector-x64.cc',
1087 '../../src/compiler/x64/linkage-x64.cc', 1083 '../../src/compiler/x64/linkage-x64.cc',
1088 '../../src/ic/x64/access-compiler-x64.cc', 1084 '../../src/ic/x64/access-compiler-x64.cc',
1089 '../../src/ic/x64/handler-compiler-x64.cc', 1085 '../../src/ic/x64/handler-compiler-x64.cc',
1090 '../../src/ic/x64/ic-x64.cc', 1086 '../../src/ic/x64/ic-x64.cc',
1091 '../../src/ic/x64/ic-compiler-x64.cc', 1087 '../../src/ic/x64/ic-compiler-x64.cc',
1092 '../../src/ic/x64/ic-conventions-x64.cc',
1093 '../../src/ic/x64/stub-cache-x64.cc', 1088 '../../src/ic/x64/stub-cache-x64.cc',
1094 ], 1089 ],
1095 }], 1090 }],
1096 ['OS=="linux"', { 1091 ['OS=="linux"', {
1097 'link_settings': { 1092 'link_settings': {
1098 'conditions': [ 1093 'conditions': [
1099 ['v8_compress_startup_data=="bz2"', { 1094 ['v8_compress_startup_data=="bz2"', {
1100 'libraries': [ 1095 'libraries': [
1101 '-lbz2', 1096 '-lbz2',
1102 ] 1097 ]
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
1650 }], 1645 }],
1651 ['v8_compress_startup_data=="bz2"', { 1646 ['v8_compress_startup_data=="bz2"', {
1652 'libraries': [ 1647 'libraries': [
1653 '-lbz2', 1648 '-lbz2',
1654 ] 1649 ]
1655 }], 1650 }],
1656 ], 1651 ],
1657 }, 1652 },
1658 ], 1653 ],
1659 } 1654 }
OLDNEW
« src/interface-descriptors.h ('K') | « src/x64/lithium-x64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698