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

Side by Side Diff: src/v8.gyp

Issue 2280673003: [turbofan] Separate typed optimizations from JSTypedLowering. (Closed)
Patch Set: Created 4 years, 3 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 705 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 'compiler/state-values-utils.cc', 716 'compiler/state-values-utils.cc',
717 'compiler/state-values-utils.h', 717 'compiler/state-values-utils.h',
718 'compiler/store-store-elimination.cc', 718 'compiler/store-store-elimination.cc',
719 'compiler/store-store-elimination.h', 719 'compiler/store-store-elimination.h',
720 'compiler/tail-call-optimization.cc', 720 'compiler/tail-call-optimization.cc',
721 'compiler/tail-call-optimization.h', 721 'compiler/tail-call-optimization.h',
722 'compiler/type-hint-analyzer.cc', 722 'compiler/type-hint-analyzer.cc',
723 'compiler/type-hint-analyzer.h', 723 'compiler/type-hint-analyzer.h',
724 'compiler/type-hints.cc', 724 'compiler/type-hints.cc',
725 'compiler/type-hints.h', 725 'compiler/type-hints.h',
726 'compiler/typed-optimization.cc',
727 'compiler/typed-optimization.h',
726 'compiler/typer.cc', 728 'compiler/typer.cc',
727 'compiler/typer.h', 729 'compiler/typer.h',
728 'compiler/unwinding-info-writer.h', 730 'compiler/unwinding-info-writer.h',
729 'compiler/value-numbering-reducer.cc', 731 'compiler/value-numbering-reducer.cc',
730 'compiler/value-numbering-reducer.h', 732 'compiler/value-numbering-reducer.h',
731 'compiler/verifier.cc', 733 'compiler/verifier.cc',
732 'compiler/verifier.h', 734 'compiler/verifier.h',
733 'compiler/wasm-compiler.cc', 735 'compiler/wasm-compiler.cc',
734 'compiler/wasm-compiler.h', 736 'compiler/wasm-compiler.h',
735 'compiler/wasm-linkage.cc', 737 'compiler/wasm-linkage.cc',
(...skipping 1676 matching lines...) Expand 10 before | Expand all | Expand 10 after
2412 'conditions': [ 2414 'conditions': [
2413 ['want_separate_host_toolset_mkpeephole==1', { 2415 ['want_separate_host_toolset_mkpeephole==1', {
2414 'toolsets': ['host'], 2416 'toolsets': ['host'],
2415 }, { 2417 }, {
2416 'toolsets': ['target'], 2418 'toolsets': ['target'],
2417 }], 2419 }],
2418 ], 2420 ],
2419 }, 2421 },
2420 ], 2422 ],
2421 } 2423 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698