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

Side by Side Diff: src/v8.gyp

Issue 2536653003: [ignition] Rewrite reverse iterator as random iterator (Closed)
Patch Set: Rebase Created 4 years 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/bytecode-array-reverse-iterator.cc ('k') | test/unittests/BUILD.gn » ('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 964 matching lines...) Expand 10 before | Expand all | Expand 10 after
975 'interface-descriptors.cc', 975 'interface-descriptors.cc',
976 'interface-descriptors.h', 976 'interface-descriptors.h',
977 'interpreter/bytecodes.cc', 977 'interpreter/bytecodes.cc',
978 'interpreter/bytecodes.h', 978 'interpreter/bytecodes.h',
979 'interpreter/bytecode-array-accessor.cc', 979 'interpreter/bytecode-array-accessor.cc',
980 'interpreter/bytecode-array-accessor.h', 980 'interpreter/bytecode-array-accessor.h',
981 'interpreter/bytecode-array-builder.cc', 981 'interpreter/bytecode-array-builder.cc',
982 'interpreter/bytecode-array-builder.h', 982 'interpreter/bytecode-array-builder.h',
983 'interpreter/bytecode-array-iterator.cc', 983 'interpreter/bytecode-array-iterator.cc',
984 'interpreter/bytecode-array-iterator.h', 984 'interpreter/bytecode-array-iterator.h',
985 'interpreter/bytecode-array-reverse-iterator.cc', 985 'interpreter/bytecode-array-random-iterator.cc',
986 'interpreter/bytecode-array-reverse-iterator.h', 986 'interpreter/bytecode-array-random-iterator.h',
987 'interpreter/bytecode-array-writer.cc', 987 'interpreter/bytecode-array-writer.cc',
988 'interpreter/bytecode-array-writer.h', 988 'interpreter/bytecode-array-writer.h',
989 'interpreter/bytecode-dead-code-optimizer.cc', 989 'interpreter/bytecode-dead-code-optimizer.cc',
990 'interpreter/bytecode-dead-code-optimizer.h', 990 'interpreter/bytecode-dead-code-optimizer.h',
991 'interpreter/bytecode-decoder.cc', 991 'interpreter/bytecode-decoder.cc',
992 'interpreter/bytecode-decoder.h', 992 'interpreter/bytecode-decoder.h',
993 'interpreter/bytecode-flags.cc', 993 'interpreter/bytecode-flags.cc',
994 'interpreter/bytecode-flags.h', 994 'interpreter/bytecode-flags.h',
995 'interpreter/bytecode-generator.cc', 995 'interpreter/bytecode-generator.cc',
996 'interpreter/bytecode-generator.h', 996 'interpreter/bytecode-generator.h',
(...skipping 1478 matching lines...) Expand 10 before | Expand all | Expand 10 after
2475 'conditions': [ 2475 'conditions': [
2476 ['want_separate_host_toolset_mkpeephole==1', { 2476 ['want_separate_host_toolset_mkpeephole==1', {
2477 'toolsets': ['host'], 2477 'toolsets': ['host'],
2478 }, { 2478 }, {
2479 'toolsets': ['target'], 2479 'toolsets': ['target'],
2480 }], 2480 }],
2481 ], 2481 ],
2482 }, 2482 },
2483 ], 2483 ],
2484 } 2484 }
OLDNEW
« no previous file with comments | « src/interpreter/bytecode-array-reverse-iterator.cc ('k') | test/unittests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698