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

Side by Side Diff: src/v8.gyp

Issue 1997653002: [interpreter] Bytecode register optimizer. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Decouple a test from implementation. 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
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 886 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 'interpreter/bytecode-array-iterator.cc', 897 'interpreter/bytecode-array-iterator.cc',
898 'interpreter/bytecode-array-iterator.h', 898 'interpreter/bytecode-array-iterator.h',
899 'interpreter/bytecode-array-writer.cc', 899 'interpreter/bytecode-array-writer.cc',
900 'interpreter/bytecode-array-writer.h', 900 'interpreter/bytecode-array-writer.h',
901 'interpreter/bytecode-peephole-optimizer.cc', 901 'interpreter/bytecode-peephole-optimizer.cc',
902 'interpreter/bytecode-peephole-optimizer.h', 902 'interpreter/bytecode-peephole-optimizer.h',
903 'interpreter/bytecode-pipeline.cc', 903 'interpreter/bytecode-pipeline.cc',
904 'interpreter/bytecode-pipeline.h', 904 'interpreter/bytecode-pipeline.h',
905 'interpreter/bytecode-register-allocator.cc', 905 'interpreter/bytecode-register-allocator.cc',
906 'interpreter/bytecode-register-allocator.h', 906 'interpreter/bytecode-register-allocator.h',
907 'interpreter/bytecode-register-optimizer.cc',
908 'interpreter/bytecode-register-optimizer.h',
907 'interpreter/bytecode-generator.cc', 909 'interpreter/bytecode-generator.cc',
908 'interpreter/bytecode-generator.h', 910 'interpreter/bytecode-generator.h',
909 'interpreter/bytecode-traits.h', 911 'interpreter/bytecode-traits.h',
910 'interpreter/constant-array-builder.cc', 912 'interpreter/constant-array-builder.cc',
911 'interpreter/constant-array-builder.h', 913 'interpreter/constant-array-builder.h',
912 'interpreter/control-flow-builders.cc', 914 'interpreter/control-flow-builders.cc',
913 'interpreter/control-flow-builders.h', 915 'interpreter/control-flow-builders.h',
914 'interpreter/handler-table-builder.cc', 916 'interpreter/handler-table-builder.cc',
915 'interpreter/handler-table-builder.h', 917 'interpreter/handler-table-builder.h',
916 'interpreter/interpreter.cc', 918 'interpreter/interpreter.cc',
(...skipping 1360 matching lines...) Expand 10 before | Expand all | Expand 10 after
2277 }], 2279 }],
2278 ['want_separate_host_toolset==1', { 2280 ['want_separate_host_toolset==1', {
2279 'toolsets': ['host'], 2281 'toolsets': ['host'],
2280 }, { 2282 }, {
2281 'toolsets': ['target'], 2283 'toolsets': ['target'],
2282 }], 2284 }],
2283 ], 2285 ],
2284 }, 2286 },
2285 ], 2287 ],
2286 } 2288 }
OLDNEW
« no previous file with comments | « src/interpreter/bytecodes.cc ('k') | test/cctest/interpreter/bytecode_expectations/ArrayLiterals.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698