summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/params.def8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/params.def b/gcc/params.def
index 0adf0470a66..a795c38aefc 100644
--- a/gcc/params.def
+++ b/gcc/params.def
@@ -931,6 +931,14 @@ DEFPARAM (PARAM_MAX_TAIL_MERGE_ITERATIONS,
"Maximum amount of iterations of the pass over a function",
2, 0, 0)
+/* Maximum number of strings for which strlen optimization pass will
+ track string lenths. */
+DEFPARAM (PARAM_MAX_TRACKED_STRLENS,
+ "max-tracked-strlens",
+ "Maximum number of strings for which strlen optimization pass will "
+ "track string lengths",
+ 1000, 0, 0)
+
/*
Local variables:
mode:c