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

Side by Side Diff: src/v8.gyp

Issue 2431563002: [turbofan] Track multiple maps for LoadElimination. (Closed)
Patch Set: REBASE. Address comment. Created 3 years, 11 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/compiler/verifier.cc ('k') | src/zone/zone-handle-set.h » ('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 1309 matching lines...) Expand 10 before | Expand all | Expand 10 after
1320 'zone/accounting-allocator.h', 1320 'zone/accounting-allocator.h',
1321 'zone/zone-segment.cc', 1321 'zone/zone-segment.cc',
1322 'zone/zone-segment.h', 1322 'zone/zone-segment.h',
1323 'zone/zone.cc', 1323 'zone/zone.cc',
1324 'zone/zone.h', 1324 'zone/zone.h',
1325 'zone/zone-chunk-list.h', 1325 'zone/zone-chunk-list.h',
1326 'zone/zone-segment.cc', 1326 'zone/zone-segment.cc',
1327 'zone/zone-segment.h', 1327 'zone/zone-segment.h',
1328 'zone/zone-allocator.h', 1328 'zone/zone-allocator.h',
1329 'zone/zone-containers.h', 1329 'zone/zone-containers.h',
1330 'zone/zone-handle-set.h',
1330 ], 1331 ],
1331 'conditions': [ 1332 'conditions': [
1332 ['want_separate_host_toolset==1', { 1333 ['want_separate_host_toolset==1', {
1333 'toolsets': ['host', 'target'], 1334 'toolsets': ['host', 'target'],
1334 }, { 1335 }, {
1335 'toolsets': ['target'], 1336 'toolsets': ['target'],
1336 }], 1337 }],
1337 ['want_separate_host_toolset_mkpeephole==1', { 1338 ['want_separate_host_toolset_mkpeephole==1', {
1338 'dependencies': ['mkpeephole#host'], 1339 'dependencies': ['mkpeephole#host'],
1339 }, { 1340 }, {
(...skipping 1150 matching lines...) Expand 10 before | Expand all | Expand 10 after
2490 'conditions': [ 2491 'conditions': [
2491 ['want_separate_host_toolset_mkpeephole==1', { 2492 ['want_separate_host_toolset_mkpeephole==1', {
2492 'toolsets': ['host'], 2493 'toolsets': ['host'],
2493 }, { 2494 }, {
2494 'toolsets': ['target'], 2495 'toolsets': ['target'],
2495 }], 2496 }],
2496 ], 2497 ],
2497 }, 2498 },
2498 ], 2499 ],
2499 } 2500 }
OLDNEW
« no previous file with comments | « src/compiler/verifier.cc ('k') | src/zone/zone-handle-set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698