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

Side by Side Diff: src/v8.gyp

Issue 2519923002: [ignition] Refactor array iterator to separate out access (Closed)
Patch Set: Final class and private function Created 4 years, 1 month 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-iterator.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 958 matching lines...) Expand 10 before | Expand all | Expand 10 after
969 'ic/ic-compiler.cc', 969 'ic/ic-compiler.cc',
970 'ic/ic-compiler.h', 970 'ic/ic-compiler.h',
971 'ic/keyed-store-generic.cc', 971 'ic/keyed-store-generic.cc',
972 'ic/keyed-store-generic.h', 972 'ic/keyed-store-generic.h',
973 'identity-map.cc', 973 'identity-map.cc',
974 'identity-map.h', 974 'identity-map.h',
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',
980 'interpreter/bytecode-array-accessor.h',
979 'interpreter/bytecode-array-builder.cc', 981 'interpreter/bytecode-array-builder.cc',
980 'interpreter/bytecode-array-builder.h', 982 'interpreter/bytecode-array-builder.h',
981 'interpreter/bytecode-array-iterator.cc', 983 'interpreter/bytecode-array-iterator.cc',
982 'interpreter/bytecode-array-iterator.h', 984 'interpreter/bytecode-array-iterator.h',
983 'interpreter/bytecode-array-writer.cc', 985 'interpreter/bytecode-array-writer.cc',
984 'interpreter/bytecode-array-writer.h', 986 'interpreter/bytecode-array-writer.h',
985 'interpreter/bytecode-dead-code-optimizer.cc', 987 'interpreter/bytecode-dead-code-optimizer.cc',
986 'interpreter/bytecode-dead-code-optimizer.h', 988 'interpreter/bytecode-dead-code-optimizer.h',
987 'interpreter/bytecode-decoder.cc', 989 'interpreter/bytecode-decoder.cc',
988 'interpreter/bytecode-decoder.h', 990 'interpreter/bytecode-decoder.h',
(...skipping 1494 matching lines...) Expand 10 before | Expand all | Expand 10 after
2483 'conditions': [ 2485 'conditions': [
2484 ['want_separate_host_toolset_mkpeephole==1', { 2486 ['want_separate_host_toolset_mkpeephole==1', {
2485 'toolsets': ['host'], 2487 'toolsets': ['host'],
2486 }, { 2488 }, {
2487 'toolsets': ['target'], 2489 'toolsets': ['target'],
2488 }], 2490 }],
2489 ], 2491 ],
2490 }, 2492 },
2491 ], 2493 ],
2492 } 2494 }
OLDNEW
« no previous file with comments | « src/interpreter/bytecode-array-iterator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698