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

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

Issue 1230753004: [Interpreter] Add BytecodeArray class and add to SharedFunctionInfo. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Use BytecodeArray in bytecode emission path in interpreter. Created 5 years, 5 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-printer.cc ('K') | « src/objects-printer.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 764 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 '../../src/ic/ic.cc', 775 '../../src/ic/ic.cc',
776 '../../src/ic/ic.h', 776 '../../src/ic/ic.h',
777 '../../src/ic/ic-compiler.cc', 777 '../../src/ic/ic-compiler.cc',
778 '../../src/ic/ic-compiler.h', 778 '../../src/ic/ic-compiler.h',
779 '../../src/interface-descriptors.cc', 779 '../../src/interface-descriptors.cc',
780 '../../src/interface-descriptors.h', 780 '../../src/interface-descriptors.h',
781 '../../src/interpreter-irregexp.cc', 781 '../../src/interpreter-irregexp.cc',
782 '../../src/interpreter-irregexp.h', 782 '../../src/interpreter-irregexp.h',
783 '../../src/interpreter/bytecodes.cc', 783 '../../src/interpreter/bytecodes.cc',
784 '../../src/interpreter/bytecodes.h', 784 '../../src/interpreter/bytecodes.h',
785 '../../src/interpreter/bytecode-emitter.cc',
786 '../../src/interpreter/bytecode-emitter.h',
785 '../../src/interpreter/interpreter.cc', 787 '../../src/interpreter/interpreter.cc',
786 '../../src/interpreter/interpreter.h', 788 '../../src/interpreter/interpreter.h',
787 '../../src/isolate.cc', 789 '../../src/isolate.cc',
788 '../../src/isolate.h', 790 '../../src/isolate.h',
789 '../../src/json-parser.h', 791 '../../src/json-parser.h',
790 '../../src/json-stringifier.h', 792 '../../src/json-stringifier.h',
791 '../../src/jsregexp-inl.h', 793 '../../src/jsregexp-inl.h',
792 '../../src/jsregexp.cc', 794 '../../src/jsregexp.cc',
793 '../../src/jsregexp.h', 795 '../../src/jsregexp.h',
794 '../../src/layout-descriptor-inl.h', 796 '../../src/layout-descriptor-inl.h',
(...skipping 1136 matching lines...) Expand 10 before | Expand all | Expand 10 after
1931 }], 1933 }],
1932 ['want_separate_host_toolset==1', { 1934 ['want_separate_host_toolset==1', {
1933 'toolsets': ['host'], 1935 'toolsets': ['host'],
1934 }, { 1936 }, {
1935 'toolsets': ['target'], 1937 'toolsets': ['target'],
1936 }], 1938 }],
1937 ], 1939 ],
1938 }, 1940 },
1939 ], 1941 ],
1940 } 1942 }
OLDNEW
« src/objects-printer.cc ('K') | « src/objects-printer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698