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

Side by Side Diff: src/flag-definitions.h

Issue 1654163003: [turbofan] Delay initialization in escape analysis (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Make --trace-turbo-escape a proper debug flag Created 4 years, 10 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/compiler/escape-analysis-reducer.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 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file defines all of the flags. It is separated into different section, 5 // This file defines all of the flags. It is separated into different section,
6 // for Debug, Release, Logging and Profiling, etc. To add a new flag, find the 6 // for Debug, Release, Logging and Profiling, etc. To add a new flag, find the
7 // correct section, and use one of the DEFINE_ macros, without a trailing ';'. 7 // correct section, and use one of the DEFINE_ macros, without a trailing ';'.
8 // 8 //
9 // This include does not have a guard, because it is a template-style include, 9 // This include does not have a guard, because it is a template-style include,
10 // which can be included multiple times in different modes. It expects to have 10 // which can be included multiple times in different modes. It expects to have
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 DEFINE_BOOL(turbo_jt, true, "enable jump threading in TurboFan") 463 DEFINE_BOOL(turbo_jt, true, "enable jump threading in TurboFan")
464 DEFINE_BOOL(turbo_osr, true, "enable OSR in TurboFan") 464 DEFINE_BOOL(turbo_osr, true, "enable OSR in TurboFan")
465 DEFINE_BOOL(turbo_try_finally, false, "enable try-finally support in TurboFan") 465 DEFINE_BOOL(turbo_try_finally, false, "enable try-finally support in TurboFan")
466 DEFINE_BOOL(turbo_stress_loop_peeling, false, 466 DEFINE_BOOL(turbo_stress_loop_peeling, false,
467 "stress loop peeling optimization") 467 "stress loop peeling optimization")
468 DEFINE_BOOL(turbo_cf_optimization, true, "optimize control flow in TurboFan") 468 DEFINE_BOOL(turbo_cf_optimization, true, "optimize control flow in TurboFan")
469 DEFINE_BOOL(turbo_frame_elision, true, "elide frames in TurboFan") 469 DEFINE_BOOL(turbo_frame_elision, true, "elide frames in TurboFan")
470 DEFINE_BOOL(turbo_cache_shared_code, true, "cache context-independent code") 470 DEFINE_BOOL(turbo_cache_shared_code, true, "cache context-independent code")
471 DEFINE_BOOL(turbo_preserve_shared_code, false, "keep context-independent code") 471 DEFINE_BOOL(turbo_preserve_shared_code, false, "keep context-independent code")
472 DEFINE_BOOL(turbo_escape, false, "enable escape analysis") 472 DEFINE_BOOL(turbo_escape, false, "enable escape analysis")
473 DEFINE_BOOL(trace_turbo_escape, false, "enable tracing in escape analysis")
474 DEFINE_BOOL(turbo_instruction_scheduling, false, 473 DEFINE_BOOL(turbo_instruction_scheduling, false,
475 "enable instruction scheduling in TurboFan") 474 "enable instruction scheduling in TurboFan")
476 475
477 // Flags for native WebAssembly. 476 // Flags for native WebAssembly.
478 DEFINE_BOOL(expose_wasm, false, "expose WASM interface to JavaScript") 477 DEFINE_BOOL(expose_wasm, false, "expose WASM interface to JavaScript")
479 DEFINE_BOOL(trace_wasm_decoder, false, "trace decoding of wasm code") 478 DEFINE_BOOL(trace_wasm_decoder, false, "trace decoding of wasm code")
480 DEFINE_BOOL(trace_wasm_decode_time, false, "trace decoding time of wasm code") 479 DEFINE_BOOL(trace_wasm_decode_time, false, "trace decoding time of wasm code")
481 DEFINE_BOOL(trace_wasm_compiler, false, "trace compiling of wasm code") 480 DEFINE_BOOL(trace_wasm_compiler, false, "trace compiling of wasm code")
482 DEFINE_BOOL(trace_wasm_ast, false, "dump AST after WASM decode") 481 DEFINE_BOOL(trace_wasm_ast, false, "dump AST after WASM decode")
483 DEFINE_BOOL(wasm_break_on_decoder_error, false, 482 DEFINE_BOOL(wasm_break_on_decoder_error, false,
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
951 DEFINE_BOOL(heap_stats, false, "report heap statistics before and after GC") 950 DEFINE_BOOL(heap_stats, false, "report heap statistics before and after GC")
952 DEFINE_BOOL(code_stats, false, "report code statistics after GC") 951 DEFINE_BOOL(code_stats, false, "report code statistics after GC")
953 DEFINE_BOOL(print_handles, false, "report handles after GC") 952 DEFINE_BOOL(print_handles, false, "report handles after GC")
954 DEFINE_BOOL(check_handle_count, false, 953 DEFINE_BOOL(check_handle_count, false,
955 "Check that there are not too many handles at GC") 954 "Check that there are not too many handles at GC")
956 DEFINE_BOOL(print_global_handles, false, "report global handles after GC") 955 DEFINE_BOOL(print_global_handles, false, "report global handles after GC")
957 956
958 // TurboFan debug-only flags. 957 // TurboFan debug-only flags.
959 DEFINE_BOOL(print_turbo_replay, false, 958 DEFINE_BOOL(print_turbo_replay, false,
960 "print C++ code to recreate TurboFan graphs") 959 "print C++ code to recreate TurboFan graphs")
960 DEFINE_BOOL(trace_turbo_escape, false, "enable tracing in escape analysis")
961 961
962 // objects.cc 962 // objects.cc
963 DEFINE_BOOL(trace_normalization, false, 963 DEFINE_BOOL(trace_normalization, false,
964 "prints when objects are turned into dictionaries.") 964 "prints when objects are turned into dictionaries.")
965 965
966 // runtime.cc 966 // runtime.cc
967 DEFINE_BOOL(trace_lazy, false, "trace lazy compilation") 967 DEFINE_BOOL(trace_lazy, false, "trace lazy compilation")
968 968
969 // spaces.cc 969 // spaces.cc
970 DEFINE_BOOL(collect_heap_spill_statistics, false, 970 DEFINE_BOOL(collect_heap_spill_statistics, false,
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
1153 #undef DEFINE_ALIAS_FLOAT 1153 #undef DEFINE_ALIAS_FLOAT
1154 #undef DEFINE_ALIAS_ARGS 1154 #undef DEFINE_ALIAS_ARGS
1155 1155
1156 #undef FLAG_MODE_DECLARE 1156 #undef FLAG_MODE_DECLARE
1157 #undef FLAG_MODE_DEFINE 1157 #undef FLAG_MODE_DEFINE
1158 #undef FLAG_MODE_DEFINE_DEFAULTS 1158 #undef FLAG_MODE_DEFINE_DEFAULTS
1159 #undef FLAG_MODE_META 1159 #undef FLAG_MODE_META
1160 #undef FLAG_MODE_DEFINE_IMPLICATIONS 1160 #undef FLAG_MODE_DEFINE_IMPLICATIONS
1161 1161
1162 #undef COMMA 1162 #undef COMMA
OLDNEW
« no previous file with comments | « src/compiler/escape-analysis-reducer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698