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

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

Issue 1373903005: [Interpreter] Add for/while/do support to the bytecode generator. (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/cctest/interpreter/test-bytecode-generator.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 798 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 813 '../../src/interpreter/bytecode-generator.cc',
814 '../../src/interpreter/bytecode-generator.h', 814 '../../src/interpreter/bytecode-generator.h',
815 '../../src/interpreter/bytecode-array-builder.cc', 815 '../../src/interpreter/bytecode-array-builder.cc',
816 '../../src/interpreter/bytecode-array-builder.h', 816 '../../src/interpreter/bytecode-array-builder.h',
817 '../../src/interpreter/bytecode-array-iterator.cc', 817 '../../src/interpreter/bytecode-array-iterator.cc',
818 '../../src/interpreter/bytecode-array-iterator.h', 818 '../../src/interpreter/bytecode-array-iterator.h',
819 '../../src/interpreter/control-flow-builders.cc',
820 '../../src/interpreter/control-flow-builders.h',
819 '../../src/interpreter/interpreter.cc', 821 '../../src/interpreter/interpreter.cc',
820 '../../src/interpreter/interpreter.h', 822 '../../src/interpreter/interpreter.h',
821 '../../src/isolate-inl.h', 823 '../../src/isolate-inl.h',
822 '../../src/isolate.cc', 824 '../../src/isolate.cc',
823 '../../src/isolate.h', 825 '../../src/isolate.h',
824 '../../src/json-parser.h', 826 '../../src/json-parser.h',
825 '../../src/json-stringifier.h', 827 '../../src/json-stringifier.h',
826 '../../src/layout-descriptor-inl.h', 828 '../../src/layout-descriptor-inl.h',
827 '../../src/layout-descriptor.cc', 829 '../../src/layout-descriptor.cc',
828 '../../src/layout-descriptor.h', 830 '../../src/layout-descriptor.h',
(...skipping 1257 matching lines...) Expand 10 before | Expand all | Expand 10 after
2086 }], 2088 }],
2087 ['want_separate_host_toolset==1', { 2089 ['want_separate_host_toolset==1', {
2088 'toolsets': ['host'], 2090 'toolsets': ['host'],
2089 }, { 2091 }, {
2090 'toolsets': ['target'], 2092 'toolsets': ['target'],
2091 }], 2093 }],
2092 ], 2094 ],
2093 }, 2095 },
2094 ], 2096 ],
2095 } 2097 }
OLDNEW
« no previous file with comments | « test/cctest/interpreter/test-bytecode-generator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698