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

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

Issue 1114163005: [turbofan] Fix tail call optimization. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 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 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 '../../src/compiler/simplified-lowering.cc', 557 '../../src/compiler/simplified-lowering.cc',
558 '../../src/compiler/simplified-lowering.h', 558 '../../src/compiler/simplified-lowering.h',
559 '../../src/compiler/simplified-operator-reducer.cc', 559 '../../src/compiler/simplified-operator-reducer.cc',
560 '../../src/compiler/simplified-operator-reducer.h', 560 '../../src/compiler/simplified-operator-reducer.h',
561 '../../src/compiler/simplified-operator.cc', 561 '../../src/compiler/simplified-operator.cc',
562 '../../src/compiler/simplified-operator.h', 562 '../../src/compiler/simplified-operator.h',
563 '../../src/compiler/source-position.cc', 563 '../../src/compiler/source-position.cc',
564 '../../src/compiler/source-position.h', 564 '../../src/compiler/source-position.h',
565 '../../src/compiler/state-values-utils.cc', 565 '../../src/compiler/state-values-utils.cc',
566 '../../src/compiler/state-values-utils.h', 566 '../../src/compiler/state-values-utils.h',
567 '../../src/compiler/tail-call-optimization.cc',
568 '../../src/compiler/tail-call-optimization.h',
567 '../../src/compiler/typer.cc', 569 '../../src/compiler/typer.cc',
568 '../../src/compiler/typer.h', 570 '../../src/compiler/typer.h',
569 '../../src/compiler/value-numbering-reducer.cc', 571 '../../src/compiler/value-numbering-reducer.cc',
570 '../../src/compiler/value-numbering-reducer.h', 572 '../../src/compiler/value-numbering-reducer.h',
571 '../../src/compiler/verifier.cc', 573 '../../src/compiler/verifier.cc',
572 '../../src/compiler/verifier.h', 574 '../../src/compiler/verifier.h',
573 '../../src/compiler/zone-pool.cc', 575 '../../src/compiler/zone-pool.cc',
574 '../../src/compiler/zone-pool.h', 576 '../../src/compiler/zone-pool.h',
575 '../../src/compiler.cc', 577 '../../src/compiler.cc',
576 '../../src/compiler.h', 578 '../../src/compiler.h',
(...skipping 1265 matching lines...) Expand 10 before | Expand all | Expand 10 after
1842 }], 1844 }],
1843 ['want_separate_host_toolset==1', { 1845 ['want_separate_host_toolset==1', {
1844 'toolsets': ['host'], 1846 'toolsets': ['host'],
1845 }, { 1847 }, {
1846 'toolsets': ['target'], 1848 'toolsets': ['target'],
1847 }], 1849 }],
1848 ], 1850 ],
1849 }, 1851 },
1850 ], 1852 ],
1851 } 1853 }
OLDNEW
« src/compiler/arm/instruction-selector-arm.cc ('K') | « test/unittests/unittests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698