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

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

Issue 738613005: Restrict floating control to minimal control-connected component. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_scheduler-loop-1
Patch Set: The actual fix plus unit tests. 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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 '../../src/compiler/change-lowering.cc', 402 '../../src/compiler/change-lowering.cc',
403 '../../src/compiler/change-lowering.h', 403 '../../src/compiler/change-lowering.h',
404 '../../src/compiler/code-generator-impl.h', 404 '../../src/compiler/code-generator-impl.h',
405 '../../src/compiler/code-generator.cc', 405 '../../src/compiler/code-generator.cc',
406 '../../src/compiler/code-generator.h', 406 '../../src/compiler/code-generator.h',
407 '../../src/compiler/common-node-cache.h', 407 '../../src/compiler/common-node-cache.h',
408 '../../src/compiler/common-operator.cc', 408 '../../src/compiler/common-operator.cc',
409 '../../src/compiler/common-operator.h', 409 '../../src/compiler/common-operator.h',
410 '../../src/compiler/control-builders.cc', 410 '../../src/compiler/control-builders.cc',
411 '../../src/compiler/control-builders.h', 411 '../../src/compiler/control-builders.h',
412 '../../src/compiler/control-equivalence.h',
412 '../../src/compiler/control-reducer.cc', 413 '../../src/compiler/control-reducer.cc',
413 '../../src/compiler/control-reducer.h', 414 '../../src/compiler/control-reducer.h',
414 '../../src/compiler/diamond.h', 415 '../../src/compiler/diamond.h',
415 '../../src/compiler/frame.h', 416 '../../src/compiler/frame.h',
416 '../../src/compiler/gap-resolver.cc', 417 '../../src/compiler/gap-resolver.cc',
417 '../../src/compiler/gap-resolver.h', 418 '../../src/compiler/gap-resolver.h',
418 '../../src/compiler/generic-algorithm-inl.h', 419 '../../src/compiler/generic-algorithm-inl.h',
419 '../../src/compiler/generic-algorithm.h', 420 '../../src/compiler/generic-algorithm.h',
420 '../../src/compiler/generic-graph.h', 421 '../../src/compiler/generic-graph.h',
421 '../../src/compiler/generic-node-inl.h', 422 '../../src/compiler/generic-node-inl.h',
(...skipping 1305 matching lines...) Expand 10 before | Expand all | Expand 10 after
1727 }], 1728 }],
1728 ['want_separate_host_toolset==1', { 1729 ['want_separate_host_toolset==1', {
1729 'toolsets': ['host'], 1730 'toolsets': ['host'],
1730 }, { 1731 }, {
1731 'toolsets': ['target'], 1732 'toolsets': ['target'],
1732 }], 1733 }],
1733 ], 1734 ],
1734 }, 1735 },
1735 ], 1736 ],
1736 } 1737 }
OLDNEW
« src/compiler/control-equivalence.h ('K') | « test/unittests/unittests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698