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

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

Issue 1370893002: [Interpreter] Add support for short (16 bit) operands. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix Win bots. Created 5 years, 2 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
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 804 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 '../../src/ic/ic.cc', 815 '../../src/ic/ic.cc',
816 '../../src/ic/ic.h', 816 '../../src/ic/ic.h',
817 '../../src/ic/ic-compiler.cc', 817 '../../src/ic/ic-compiler.cc',
818 '../../src/ic/ic-compiler.h', 818 '../../src/ic/ic-compiler.h',
819 '../../src/identity-map.cc', 819 '../../src/identity-map.cc',
820 '../../src/identity-map.h', 820 '../../src/identity-map.h',
821 '../../src/interface-descriptors.cc', 821 '../../src/interface-descriptors.cc',
822 '../../src/interface-descriptors.h', 822 '../../src/interface-descriptors.h',
823 '../../src/interpreter/bytecodes.cc', 823 '../../src/interpreter/bytecodes.cc',
824 '../../src/interpreter/bytecodes.h', 824 '../../src/interpreter/bytecodes.h',
825 '../../src/interpreter/bytecode-generator.cc',
826 '../../src/interpreter/bytecode-generator.h',
827 '../../src/interpreter/bytecode-array-builder.cc', 825 '../../src/interpreter/bytecode-array-builder.cc',
828 '../../src/interpreter/bytecode-array-builder.h', 826 '../../src/interpreter/bytecode-array-builder.h',
829 '../../src/interpreter/bytecode-array-iterator.cc', 827 '../../src/interpreter/bytecode-array-iterator.cc',
830 '../../src/interpreter/bytecode-array-iterator.h', 828 '../../src/interpreter/bytecode-array-iterator.h',
829 '../../src/interpreter/bytecode-generator.cc',
830 '../../src/interpreter/bytecode-generator.h',
831 '../../src/interpreter/bytecode-traits.h',
831 '../../src/interpreter/interpreter.cc', 832 '../../src/interpreter/interpreter.cc',
832 '../../src/interpreter/interpreter.h', 833 '../../src/interpreter/interpreter.h',
833 '../../src/isolate-inl.h', 834 '../../src/isolate-inl.h',
834 '../../src/isolate.cc', 835 '../../src/isolate.cc',
835 '../../src/isolate.h', 836 '../../src/isolate.h',
836 '../../src/json-parser.h', 837 '../../src/json-parser.h',
837 '../../src/json-stringifier.h', 838 '../../src/json-stringifier.h',
838 '../../src/layout-descriptor-inl.h', 839 '../../src/layout-descriptor-inl.h',
839 '../../src/layout-descriptor.cc', 840 '../../src/layout-descriptor.cc',
840 '../../src/layout-descriptor.h', 841 '../../src/layout-descriptor.h',
(...skipping 1244 matching lines...) Expand 10 before | Expand all | Expand 10 after
2085 }], 2086 }],
2086 ['want_separate_host_toolset==1', { 2087 ['want_separate_host_toolset==1', {
2087 'toolsets': ['host'], 2088 'toolsets': ['host'],
2088 }, { 2089 }, {
2089 'toolsets': ['target'], 2090 'toolsets': ['target'],
2090 }], 2091 }],
2091 ], 2092 ],
2092 }, 2093 },
2093 ], 2094 ],
2094 } 2095 }
OLDNEW
« src/interpreter/bytecodes.h ('K') | « test/unittests/interpreter/bytecode-array-iterator-unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698