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

Side by Side Diff: src/v8.gyp

Issue 2431563002: [turbofan] Track multiple maps for LoadElimination. (Closed)
Patch Set: Created 4 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
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 1260 matching lines...) Expand 10 before | Expand all | Expand 10 after
1271 'wasm/wasm-opcodes.h', 1271 'wasm/wasm-opcodes.h',
1272 'wasm/wasm-result.cc', 1272 'wasm/wasm-result.cc',
1273 'wasm/wasm-result.h', 1273 'wasm/wasm-result.h',
1274 'zone/accounting-allocator.cc', 1274 'zone/accounting-allocator.cc',
1275 'zone/accounting-allocator.h', 1275 'zone/accounting-allocator.h',
1276 'zone/zone-segment.h', 1276 'zone/zone-segment.h',
1277 'zone/zone.cc', 1277 'zone/zone.cc',
1278 'zone/zone.h', 1278 'zone/zone.h',
1279 'zone/zone-allocator.h', 1279 'zone/zone-allocator.h',
1280 'zone/zone-containers.h', 1280 'zone/zone-containers.h',
1281 'zone/zone-handle-set.h',
1281 ], 1282 ],
1282 'conditions': [ 1283 'conditions': [
1283 ['want_separate_host_toolset==1', { 1284 ['want_separate_host_toolset==1', {
1284 'toolsets': ['host', 'target'], 1285 'toolsets': ['host', 'target'],
1285 }, { 1286 }, {
1286 'toolsets': ['target'], 1287 'toolsets': ['target'],
1287 }], 1288 }],
1288 ['want_separate_host_toolset_mkpeephole==1', { 1289 ['want_separate_host_toolset_mkpeephole==1', {
1289 'dependencies': ['mkpeephole#host'], 1290 'dependencies': ['mkpeephole#host'],
1290 }, { 1291 }, {
(...skipping 1147 matching lines...) Expand 10 before | Expand all | Expand 10 after
2438 'conditions': [ 2439 'conditions': [
2439 ['want_separate_host_toolset_mkpeephole==1', { 2440 ['want_separate_host_toolset_mkpeephole==1', {
2440 'toolsets': ['host'], 2441 'toolsets': ['host'],
2441 }, { 2442 }, {
2442 'toolsets': ['target'], 2443 'toolsets': ['target'],
2443 }], 2444 }],
2444 ], 2445 ],
2445 }, 2446 },
2446 ], 2447 ],
2447 } 2448 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698