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

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: Move generator to a separate CL and patch set 1 comments. 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
« src/objects.cc ('K') | « src/objects.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 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 '../../src/ic/ic.cc', 785 '../../src/ic/ic.cc',
786 '../../src/ic/ic.h', 786 '../../src/ic/ic.h',
787 '../../src/ic/ic-compiler.cc', 787 '../../src/ic/ic-compiler.cc',
788 '../../src/ic/ic-compiler.h', 788 '../../src/ic/ic-compiler.h',
789 '../../src/interface-descriptors.cc', 789 '../../src/interface-descriptors.cc',
790 '../../src/interface-descriptors.h', 790 '../../src/interface-descriptors.h',
791 '../../src/interpreter-irregexp.cc', 791 '../../src/interpreter-irregexp.cc',
792 '../../src/interpreter-irregexp.h', 792 '../../src/interpreter-irregexp.h',
793 '../../src/interpreter/bytecodes.cc', 793 '../../src/interpreter/bytecodes.cc',
794 '../../src/interpreter/bytecodes.h', 794 '../../src/interpreter/bytecodes.h',
795 '../../src/interpreter/bytecode-array-builder.cc',
796 '../../src/interpreter/bytecode-array-builder.h',
795 '../../src/interpreter/interpreter.cc', 797 '../../src/interpreter/interpreter.cc',
796 '../../src/interpreter/interpreter.h', 798 '../../src/interpreter/interpreter.h',
797 '../../src/isolate.cc', 799 '../../src/isolate.cc',
798 '../../src/isolate.h', 800 '../../src/isolate.h',
799 '../../src/json-parser.h', 801 '../../src/json-parser.h',
800 '../../src/json-stringifier.h', 802 '../../src/json-stringifier.h',
801 '../../src/jsregexp-inl.h', 803 '../../src/jsregexp-inl.h',
802 '../../src/jsregexp.cc', 804 '../../src/jsregexp.cc',
803 '../../src/jsregexp.h', 805 '../../src/jsregexp.h',
804 '../../src/layout-descriptor-inl.h', 806 '../../src/layout-descriptor-inl.h',
(...skipping 1171 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') | « src/objects.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698