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

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

Issue 1266713004: [Intepreter] Addition of BytecodeArrayBuilder and accumulator based bytecodes. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix MSVC/gcc-pedantic compilation. Created 5 years, 4 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 776 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 '../../src/ic/ic.cc', 787 '../../src/ic/ic.cc',
788 '../../src/ic/ic.h', 788 '../../src/ic/ic.h',
789 '../../src/ic/ic-compiler.cc', 789 '../../src/ic/ic-compiler.cc',
790 '../../src/ic/ic-compiler.h', 790 '../../src/ic/ic-compiler.h',
791 '../../src/interface-descriptors.cc', 791 '../../src/interface-descriptors.cc',
792 '../../src/interface-descriptors.h', 792 '../../src/interface-descriptors.h',
793 '../../src/interpreter-irregexp.cc', 793 '../../src/interpreter-irregexp.cc',
794 '../../src/interpreter-irregexp.h', 794 '../../src/interpreter-irregexp.h',
795 '../../src/interpreter/bytecodes.cc', 795 '../../src/interpreter/bytecodes.cc',
796 '../../src/interpreter/bytecodes.h', 796 '../../src/interpreter/bytecodes.h',
797 '../../src/interpreter/bytecode-array-builder.cc',
798 '../../src/interpreter/bytecode-array-builder.h',
797 '../../src/interpreter/interpreter.cc', 799 '../../src/interpreter/interpreter.cc',
798 '../../src/interpreter/interpreter.h', 800 '../../src/interpreter/interpreter.h',
799 '../../src/isolate.cc', 801 '../../src/isolate.cc',
800 '../../src/isolate.h', 802 '../../src/isolate.h',
801 '../../src/json-parser.h', 803 '../../src/json-parser.h',
802 '../../src/json-stringifier.h', 804 '../../src/json-stringifier.h',
803 '../../src/jsregexp-inl.h', 805 '../../src/jsregexp-inl.h',
804 '../../src/jsregexp.cc', 806 '../../src/jsregexp.cc',
805 '../../src/jsregexp.h', 807 '../../src/jsregexp.h',
806 '../../src/layout-descriptor-inl.h', 808 '../../src/layout-descriptor-inl.h',
(...skipping 1169 matching lines...) Expand 10 before | Expand all | Expand 10 after
1976 }], 1978 }],
1977 ['want_separate_host_toolset==1', { 1979 ['want_separate_host_toolset==1', {
1978 'toolsets': ['host'], 1980 'toolsets': ['host'],
1979 }, { 1981 }, {
1980 'toolsets': ['target'], 1982 'toolsets': ['target'],
1981 }], 1983 }],
1982 ], 1984 ],
1983 }, 1985 },
1984 ], 1986 ],
1985 } 1987 }
OLDNEW
« src/objects.cc ('K') | « test/cctest/interpreter/test-bytecode-array-builder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698