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

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: Rebase 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
« no previous file with comments | « test/unittests/interpreter/bytecode-array-iterator-unittest.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 792 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 '../../src/ic/ic.cc', 803 '../../src/ic/ic.cc',
804 '../../src/ic/ic.h', 804 '../../src/ic/ic.h',
805 '../../src/ic/ic-compiler.cc', 805 '../../src/ic/ic-compiler.cc',
806 '../../src/ic/ic-compiler.h', 806 '../../src/ic/ic-compiler.h',
807 '../../src/identity-map.cc', 807 '../../src/identity-map.cc',
808 '../../src/identity-map.h', 808 '../../src/identity-map.h',
809 '../../src/interface-descriptors.cc', 809 '../../src/interface-descriptors.cc',
810 '../../src/interface-descriptors.h', 810 '../../src/interface-descriptors.h',
811 '../../src/interpreter/bytecodes.cc', 811 '../../src/interpreter/bytecodes.cc',
812 '../../src/interpreter/bytecodes.h', 812 '../../src/interpreter/bytecodes.h',
813 '../../src/interpreter/bytecode-generator.cc',
814 '../../src/interpreter/bytecode-generator.h',
815 '../../src/interpreter/bytecode-array-builder.cc', 813 '../../src/interpreter/bytecode-array-builder.cc',
816 '../../src/interpreter/bytecode-array-builder.h', 814 '../../src/interpreter/bytecode-array-builder.h',
817 '../../src/interpreter/bytecode-array-iterator.cc', 815 '../../src/interpreter/bytecode-array-iterator.cc',
818 '../../src/interpreter/bytecode-array-iterator.h', 816 '../../src/interpreter/bytecode-array-iterator.h',
817 '../../src/interpreter/bytecode-generator.cc',
818 '../../src/interpreter/bytecode-generator.h',
819 '../../src/interpreter/bytecode-traits.h',
819 '../../src/interpreter/control-flow-builders.cc', 820 '../../src/interpreter/control-flow-builders.cc',
820 '../../src/interpreter/control-flow-builders.h', 821 '../../src/interpreter/control-flow-builders.h',
821 '../../src/interpreter/interpreter.cc', 822 '../../src/interpreter/interpreter.cc',
822 '../../src/interpreter/interpreter.h', 823 '../../src/interpreter/interpreter.h',
823 '../../src/isolate-inl.h', 824 '../../src/isolate-inl.h',
824 '../../src/isolate.cc', 825 '../../src/isolate.cc',
825 '../../src/isolate.h', 826 '../../src/isolate.h',
826 '../../src/json-parser.h', 827 '../../src/json-parser.h',
827 '../../src/json-stringifier.h', 828 '../../src/json-stringifier.h',
828 '../../src/layout-descriptor-inl.h', 829 '../../src/layout-descriptor-inl.h',
(...skipping 1259 matching lines...) Expand 10 before | Expand all | Expand 10 after
2088 }], 2089 }],
2089 ['want_separate_host_toolset==1', { 2090 ['want_separate_host_toolset==1', {
2090 'toolsets': ['host'], 2091 'toolsets': ['host'],
2091 }, { 2092 }, {
2092 'toolsets': ['target'], 2093 'toolsets': ['target'],
2093 }], 2094 }],
2094 ], 2095 ],
2095 }, 2096 },
2096 ], 2097 ],
2097 } 2098 }
OLDNEW
« no previous file with comments | « 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