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

Side by Side Diff: src/v8.gyp

Issue 2035813002: [Interpreter] Move jump processing to bytecode array writer. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@int_fix_bytecode
Patch Set: Address comments Created 4 years, 6 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 | « src/interpreter/control-flow-builders.h ('k') | test/cctest/interpreter/test-interpreter.cc » ('j') | 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 882 matching lines...) Expand 10 before | Expand all | Expand 10 after
893 'interface-descriptors.cc', 893 'interface-descriptors.cc',
894 'interface-descriptors.h', 894 'interface-descriptors.h',
895 'interpreter/bytecodes.cc', 895 'interpreter/bytecodes.cc',
896 'interpreter/bytecodes.h', 896 'interpreter/bytecodes.h',
897 'interpreter/bytecode-array-builder.cc', 897 'interpreter/bytecode-array-builder.cc',
898 'interpreter/bytecode-array-builder.h', 898 'interpreter/bytecode-array-builder.h',
899 'interpreter/bytecode-array-iterator.cc', 899 'interpreter/bytecode-array-iterator.cc',
900 'interpreter/bytecode-array-iterator.h', 900 'interpreter/bytecode-array-iterator.h',
901 'interpreter/bytecode-array-writer.cc', 901 'interpreter/bytecode-array-writer.cc',
902 'interpreter/bytecode-array-writer.h', 902 'interpreter/bytecode-array-writer.h',
903 'interpreter/bytecode-label.h',
903 'interpreter/bytecode-peephole-optimizer.cc', 904 'interpreter/bytecode-peephole-optimizer.cc',
904 'interpreter/bytecode-peephole-optimizer.h', 905 'interpreter/bytecode-peephole-optimizer.h',
905 'interpreter/bytecode-pipeline.cc', 906 'interpreter/bytecode-pipeline.cc',
906 'interpreter/bytecode-pipeline.h', 907 'interpreter/bytecode-pipeline.h',
907 'interpreter/bytecode-register-allocator.cc', 908 'interpreter/bytecode-register-allocator.cc',
908 'interpreter/bytecode-register-allocator.h', 909 'interpreter/bytecode-register-allocator.h',
909 'interpreter/bytecode-register-optimizer.cc', 910 'interpreter/bytecode-register-optimizer.cc',
910 'interpreter/bytecode-register-optimizer.h', 911 'interpreter/bytecode-register-optimizer.h',
911 'interpreter/bytecode-generator.cc', 912 'interpreter/bytecode-generator.cc',
912 'interpreter/bytecode-generator.h', 913 'interpreter/bytecode-generator.h',
(...skipping 1364 matching lines...) Expand 10 before | Expand all | Expand 10 after
2277 }], 2278 }],
2278 ['want_separate_host_toolset==1', { 2279 ['want_separate_host_toolset==1', {
2279 'toolsets': ['host'], 2280 'toolsets': ['host'],
2280 }, { 2281 }, {
2281 'toolsets': ['target'], 2282 'toolsets': ['target'],
2282 }], 2283 }],
2283 ], 2284 ],
2284 }, 2285 },
2285 ], 2286 ],
2286 } 2287 }
OLDNEW
« no previous file with comments | « src/interpreter/control-flow-builders.h ('k') | test/cctest/interpreter/test-interpreter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698