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

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

Issue 931623002: [turbofan] Optimize certain chains of Branch into a Switch. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Addrssed comments. Created 5 years, 10 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 | « test/unittests/unittests.gyp ('k') | no next file » | 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 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 '../../src/compiler/code-generator.h', 427 '../../src/compiler/code-generator.h',
428 '../../src/compiler/common-node-cache.cc', 428 '../../src/compiler/common-node-cache.cc',
429 '../../src/compiler/common-node-cache.h', 429 '../../src/compiler/common-node-cache.h',
430 '../../src/compiler/common-operator-reducer.cc', 430 '../../src/compiler/common-operator-reducer.cc',
431 '../../src/compiler/common-operator-reducer.h', 431 '../../src/compiler/common-operator-reducer.h',
432 '../../src/compiler/common-operator.cc', 432 '../../src/compiler/common-operator.cc',
433 '../../src/compiler/common-operator.h', 433 '../../src/compiler/common-operator.h',
434 '../../src/compiler/control-builders.cc', 434 '../../src/compiler/control-builders.cc',
435 '../../src/compiler/control-builders.h', 435 '../../src/compiler/control-builders.h',
436 '../../src/compiler/control-equivalence.h', 436 '../../src/compiler/control-equivalence.h',
437 '../../src/compiler/control-flow-optimizer.cc',
438 '../../src/compiler/control-flow-optimizer.h',
437 '../../src/compiler/control-reducer.cc', 439 '../../src/compiler/control-reducer.cc',
438 '../../src/compiler/control-reducer.h', 440 '../../src/compiler/control-reducer.h',
439 '../../src/compiler/diamond.h', 441 '../../src/compiler/diamond.h',
440 '../../src/compiler/frame.h', 442 '../../src/compiler/frame.h',
441 '../../src/compiler/gap-resolver.cc', 443 '../../src/compiler/gap-resolver.cc',
442 '../../src/compiler/gap-resolver.h', 444 '../../src/compiler/gap-resolver.h',
443 '../../src/compiler/generic-algorithm.h', 445 '../../src/compiler/generic-algorithm.h',
444 '../../src/compiler/graph-builder.h', 446 '../../src/compiler/graph-builder.h',
445 '../../src/compiler/graph-inl.h', 447 '../../src/compiler/graph-inl.h',
446 '../../src/compiler/graph-reducer.cc', 448 '../../src/compiler/graph-reducer.cc',
(...skipping 1364 matching lines...) Expand 10 before | Expand all | Expand 10 after
1811 }], 1813 }],
1812 ['want_separate_host_toolset==1', { 1814 ['want_separate_host_toolset==1', {
1813 'toolsets': ['host'], 1815 'toolsets': ['host'],
1814 }, { 1816 }, {
1815 'toolsets': ['target'], 1817 'toolsets': ['target'],
1816 }], 1818 }],
1817 ], 1819 ],
1818 }, 1820 },
1819 ], 1821 ],
1820 } 1822 }
OLDNEW
« no previous file with comments | « test/unittests/unittests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698