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

Unified Diff: src/flag-definitions.h

Issue 19383002: Make deoptimization stress count global. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 50d96690b02a89d86d83ff5fea4f340aecf3a8bd..965f568ff40a6b0fa3419728fb77adb8f155fdf0 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -253,6 +253,7 @@ DEFINE_int(deopt_every_n_times,
DEFINE_int(deopt_every_n_garbage_collections,
0,
"deoptimize every n garbage collections")
+DEFINE_bool(trace_deopt_stress, false, "trace number of possible deopt points")
Michael Starzinger 2013/07/16 15:23:35 This doesn't really trace anything but just print
DEFINE_bool(trap_on_deopt, false, "put a break point before deoptimizing")
DEFINE_bool(deoptimize_uncommon_cases, true, "deoptimize uncommon cases")
DEFINE_bool(polymorphic_inlining, true, "polymorphic inlining")
« no previous file with comments | « src/assembler.cc ('k') | src/heap.cc » ('j') | src/ia32/lithium-codegen-ia32.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698