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

Side by Side Diff: src/v8.gyp

Issue 2431563002: [turbofan] Track multiple maps for LoadElimination. (Closed)
Patch Set: REBASE Created 3 years, 12 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 1306 matching lines...) Expand 10 before | Expand all | Expand 10 after
1317 'zone/accounting-allocator.h', 1317 'zone/accounting-allocator.h',
1318 'zone/zone-segment.cc', 1318 'zone/zone-segment.cc',
1319 'zone/zone-segment.h', 1319 'zone/zone-segment.h',
1320 'zone/zone.cc', 1320 'zone/zone.cc',
1321 'zone/zone.h', 1321 'zone/zone.h',
1322 'zone/zone-chunk-list.h', 1322 'zone/zone-chunk-list.h',
1323 'zone/zone-segment.cc', 1323 'zone/zone-segment.cc',
1324 'zone/zone-segment.h', 1324 'zone/zone-segment.h',
1325 'zone/zone-allocator.h', 1325 'zone/zone-allocator.h',
1326 'zone/zone-containers.h', 1326 'zone/zone-containers.h',
1327 'zone/zone-handle-set.h',
1327 ], 1328 ],
1328 'conditions': [ 1329 'conditions': [
1329 ['want_separate_host_toolset==1', { 1330 ['want_separate_host_toolset==1', {
1330 'toolsets': ['host', 'target'], 1331 'toolsets': ['host', 'target'],
1331 }, { 1332 }, {
1332 'toolsets': ['target'], 1333 'toolsets': ['target'],
1333 }], 1334 }],
1334 ['want_separate_host_toolset_mkpeephole==1', { 1335 ['want_separate_host_toolset_mkpeephole==1', {
1335 'dependencies': ['mkpeephole#host'], 1336 'dependencies': ['mkpeephole#host'],
1336 }, { 1337 }, {
(...skipping 1150 matching lines...) Expand 10 before | Expand all | Expand 10 after
2487 'conditions': [ 2488 'conditions': [
2488 ['want_separate_host_toolset_mkpeephole==1', { 2489 ['want_separate_host_toolset_mkpeephole==1', {
2489 'toolsets': ['host'], 2490 'toolsets': ['host'],
2490 }, { 2491 }, {
2491 'toolsets': ['target'], 2492 'toolsets': ['target'],
2492 }], 2493 }],
2493 ], 2494 ],
2494 }, 2495 },
2495 ], 2496 ],
2496 } 2497 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698