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

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

Issue 1487973002: [turbofan] Add binary operation hints for javascript operators. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 '../../src/compiler/simplified-operator-reducer.cc', 618 '../../src/compiler/simplified-operator-reducer.cc',
619 '../../src/compiler/simplified-operator-reducer.h', 619 '../../src/compiler/simplified-operator-reducer.h',
620 '../../src/compiler/simplified-operator.cc', 620 '../../src/compiler/simplified-operator.cc',
621 '../../src/compiler/simplified-operator.h', 621 '../../src/compiler/simplified-operator.h',
622 '../../src/compiler/source-position.cc', 622 '../../src/compiler/source-position.cc',
623 '../../src/compiler/source-position.h', 623 '../../src/compiler/source-position.h',
624 '../../src/compiler/state-values-utils.cc', 624 '../../src/compiler/state-values-utils.cc',
625 '../../src/compiler/state-values-utils.h', 625 '../../src/compiler/state-values-utils.h',
626 '../../src/compiler/tail-call-optimization.cc', 626 '../../src/compiler/tail-call-optimization.cc',
627 '../../src/compiler/tail-call-optimization.h', 627 '../../src/compiler/tail-call-optimization.h',
628 '../../src/compiler/type-hint-analyzer.cc',
629 '../../src/compiler/type-hint-analyzer.h',
630 '../../src/compiler/type-hints.cc',
631 '../../src/compiler/type-hints.h',
628 '../../src/compiler/typer.cc', 632 '../../src/compiler/typer.cc',
629 '../../src/compiler/typer.h', 633 '../../src/compiler/typer.h',
630 '../../src/compiler/value-numbering-reducer.cc', 634 '../../src/compiler/value-numbering-reducer.cc',
631 '../../src/compiler/value-numbering-reducer.h', 635 '../../src/compiler/value-numbering-reducer.h',
632 '../../src/compiler/verifier.cc', 636 '../../src/compiler/verifier.cc',
633 '../../src/compiler/verifier.h', 637 '../../src/compiler/verifier.h',
634 '../../src/compiler/zone-pool.cc', 638 '../../src/compiler/zone-pool.cc',
635 '../../src/compiler/zone-pool.h', 639 '../../src/compiler/zone-pool.h',
636 '../../src/compiler.cc', 640 '../../src/compiler.cc',
637 '../../src/compiler.h', 641 '../../src/compiler.h',
(...skipping 1469 matching lines...) Expand 10 before | Expand all | Expand 10 after
2107 }], 2111 }],
2108 ['want_separate_host_toolset==1', { 2112 ['want_separate_host_toolset==1', {
2109 'toolsets': ['host'], 2113 'toolsets': ['host'],
2110 }, { 2114 }, {
2111 'toolsets': ['target'], 2115 'toolsets': ['target'],
2112 }], 2116 }],
2113 ], 2117 ],
2114 }, 2118 },
2115 ], 2119 ],
2116 } 2120 }
OLDNEW
« src/compiler/js-typed-lowering.cc ('K') | « test/unittests/compiler/typer-unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698