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

Side by Side Diff: src/v8.gyp

Issue 2775423005: [turbofan] Remove the --print-turbo-replay flag. (Closed)
Patch Set: Actually remove the flag Created 3 years, 8 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/flag-definitions.h ('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 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 'compiler/frame-elider.cc', 622 'compiler/frame-elider.cc',
623 'compiler/frame-elider.h', 623 'compiler/frame-elider.h',
624 'compiler/frame-states.cc', 624 'compiler/frame-states.cc',
625 'compiler/frame-states.h', 625 'compiler/frame-states.h',
626 'compiler/gap-resolver.cc', 626 'compiler/gap-resolver.cc',
627 'compiler/gap-resolver.h', 627 'compiler/gap-resolver.h',
628 'compiler/graph-assembler.cc', 628 'compiler/graph-assembler.cc',
629 'compiler/graph-assembler.h', 629 'compiler/graph-assembler.h',
630 'compiler/graph-reducer.cc', 630 'compiler/graph-reducer.cc',
631 'compiler/graph-reducer.h', 631 'compiler/graph-reducer.h',
632 'compiler/graph-replay.cc',
633 'compiler/graph-replay.h',
634 'compiler/graph-trimmer.cc', 632 'compiler/graph-trimmer.cc',
635 'compiler/graph-trimmer.h', 633 'compiler/graph-trimmer.h',
636 'compiler/graph-visualizer.cc', 634 'compiler/graph-visualizer.cc',
637 'compiler/graph-visualizer.h', 635 'compiler/graph-visualizer.h',
638 'compiler/graph.cc', 636 'compiler/graph.cc',
639 'compiler/graph.h', 637 'compiler/graph.h',
640 'compiler/instruction-codes.h', 638 'compiler/instruction-codes.h',
641 'compiler/instruction-selector-impl.h', 639 'compiler/instruction-selector-impl.h',
642 'compiler/instruction-selector.cc', 640 'compiler/instruction-selector.cc',
643 'compiler/instruction-selector.h', 641 'compiler/instruction-selector.h',
(...skipping 1870 matching lines...) Expand 10 before | Expand all | Expand 10 after
2514 'conditions': [ 2512 'conditions': [
2515 ['want_separate_host_toolset_mkpeephole==1', { 2513 ['want_separate_host_toolset_mkpeephole==1', {
2516 'toolsets': ['host'], 2514 'toolsets': ['host'],
2517 }, { 2515 }, {
2518 'toolsets': ['target'], 2516 'toolsets': ['target'],
2519 }], 2517 }],
2520 ], 2518 ],
2521 }, 2519 },
2522 ], 2520 ],
2523 } 2521 }
OLDNEW
« no previous file with comments | « src/flag-definitions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698