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

Side by Side Diff: src/v8.gyp

Issue 2289573002: [turbofan] Remove the unused asm.js types from TypeCache. (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
« no previous file with comments | « src/type-cache.cc ('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 701 matching lines...) Expand 10 before | Expand all | Expand 10 after
712 'compiler/simplified-operator.cc', 712 'compiler/simplified-operator.cc',
713 'compiler/simplified-operator.h', 713 'compiler/simplified-operator.h',
714 'compiler/source-position.cc', 714 'compiler/source-position.cc',
715 'compiler/source-position.h', 715 'compiler/source-position.h',
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-cache.cc',
723 'compiler/type-cache.h',
722 'compiler/type-hint-analyzer.cc', 724 'compiler/type-hint-analyzer.cc',
723 'compiler/type-hint-analyzer.h', 725 'compiler/type-hint-analyzer.h',
724 'compiler/type-hints.cc', 726 'compiler/type-hints.cc',
725 'compiler/type-hints.h', 727 'compiler/type-hints.h',
726 'compiler/typed-optimization.cc', 728 'compiler/typed-optimization.cc',
727 'compiler/typed-optimization.h', 729 'compiler/typed-optimization.h',
728 'compiler/typer.cc', 730 'compiler/typer.cc',
729 'compiler/typer.h', 731 'compiler/typer.h',
730 'compiler/unwinding-info-writer.h', 732 'compiler/unwinding-info-writer.h',
731 'compiler/value-numbering-reducer.cc', 733 'compiler/value-numbering-reducer.cc',
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
1195 'string-stream.h', 1197 'string-stream.h',
1196 'strtod.cc', 1198 'strtod.cc',
1197 'strtod.h', 1199 'strtod.h',
1198 'ic/stub-cache.cc', 1200 'ic/stub-cache.cc',
1199 'ic/stub-cache.h', 1201 'ic/stub-cache.h',
1200 'tracing/trace-event.cc', 1202 'tracing/trace-event.cc',
1201 'tracing/trace-event.h', 1203 'tracing/trace-event.h',
1202 'transitions-inl.h', 1204 'transitions-inl.h',
1203 'transitions.cc', 1205 'transitions.cc',
1204 'transitions.h', 1206 'transitions.h',
1205 'type-cache.cc',
1206 'type-cache.h',
1207 'type-feedback-vector-inl.h', 1207 'type-feedback-vector-inl.h',
1208 'type-feedback-vector.cc', 1208 'type-feedback-vector.cc',
1209 'type-feedback-vector.h', 1209 'type-feedback-vector.h',
1210 'type-info.cc', 1210 'type-info.cc',
1211 'type-info.h', 1211 'type-info.h',
1212 'types.cc', 1212 'types.cc',
1213 'types.h', 1213 'types.h',
1214 'unicode-inl.h', 1214 'unicode-inl.h',
1215 'unicode.cc', 1215 'unicode.cc',
1216 'unicode.h', 1216 'unicode.h',
(...skipping 1197 matching lines...) Expand 10 before | Expand all | Expand 10 after
2414 'conditions': [ 2414 'conditions': [
2415 ['want_separate_host_toolset_mkpeephole==1', { 2415 ['want_separate_host_toolset_mkpeephole==1', {
2416 'toolsets': ['host'], 2416 'toolsets': ['host'],
2417 }, { 2417 }, {
2418 'toolsets': ['target'], 2418 'toolsets': ['target'],
2419 }], 2419 }],
2420 ], 2420 ],
2421 }, 2421 },
2422 ], 2422 ],
2423 } 2423 }
OLDNEW
« no previous file with comments | « src/type-cache.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698