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

Side by Side Diff: tools/gyp/v8.gyp

Issue 754843002: [turbofan] Implement jump threading after register allocation. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 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
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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 '../../src/compiler/js-graph.cc', 446 '../../src/compiler/js-graph.cc',
447 '../../src/compiler/js-graph.h', 447 '../../src/compiler/js-graph.h',
448 '../../src/compiler/js-inlining.cc', 448 '../../src/compiler/js-inlining.cc',
449 '../../src/compiler/js-inlining.h', 449 '../../src/compiler/js-inlining.h',
450 '../../src/compiler/js-intrinsic-builder.cc', 450 '../../src/compiler/js-intrinsic-builder.cc',
451 '../../src/compiler/js-intrinsic-builder.h', 451 '../../src/compiler/js-intrinsic-builder.h',
452 '../../src/compiler/js-operator.cc', 452 '../../src/compiler/js-operator.cc',
453 '../../src/compiler/js-operator.h', 453 '../../src/compiler/js-operator.h',
454 '../../src/compiler/js-typed-lowering.cc', 454 '../../src/compiler/js-typed-lowering.cc',
455 '../../src/compiler/js-typed-lowering.h', 455 '../../src/compiler/js-typed-lowering.h',
456 '../../src/compiler/jump-threading.cc',
457 '../../src/compiler/jump-threading.h',
456 '../../src/compiler/linkage-impl.h', 458 '../../src/compiler/linkage-impl.h',
457 '../../src/compiler/linkage.cc', 459 '../../src/compiler/linkage.cc',
458 '../../src/compiler/linkage.h', 460 '../../src/compiler/linkage.h',
459 '../../src/compiler/machine-operator-reducer.cc', 461 '../../src/compiler/machine-operator-reducer.cc',
460 '../../src/compiler/machine-operator-reducer.h', 462 '../../src/compiler/machine-operator-reducer.h',
461 '../../src/compiler/machine-operator.cc', 463 '../../src/compiler/machine-operator.cc',
462 '../../src/compiler/machine-operator.h', 464 '../../src/compiler/machine-operator.h',
463 '../../src/compiler/machine-type.cc', 465 '../../src/compiler/machine-type.cc',
464 '../../src/compiler/machine-type.h', 466 '../../src/compiler/machine-type.h',
465 '../../src/compiler/node-aux-data-inl.h', 467 '../../src/compiler/node-aux-data-inl.h',
(...skipping 1261 matching lines...) Expand 10 before | Expand all | Expand 10 after
1727 }], 1729 }],
1728 ['want_separate_host_toolset==1', { 1730 ['want_separate_host_toolset==1', {
1729 'toolsets': ['host'], 1731 'toolsets': ['host'],
1730 }, { 1732 }, {
1731 'toolsets': ['target'], 1733 'toolsets': ['target'],
1732 }], 1734 }],
1733 ], 1735 ],
1734 }, 1736 },
1735 ], 1737 ],
1736 } 1738 }
OLDNEW
« src/compiler/pipeline.cc ('K') | « test/cctest/compiler/test-jump-threading.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698