aboutsummaryrefslogtreecommitdiff
path: root/gcc/params.def
diff options
context:
space:
mode:
authorMartin Jambor <mjambor@suse.cz>2012-09-10 17:58:57 +0200
committerMartin Jambor <jamborm@gcc.gnu.org>2012-09-10 17:58:57 +0200
commitdfea20f1a4ea6f8296f7e857d9f911474ae278fa (patch)
treed98ddf774cf5dbbee117a38597e743b2dd829dd1 /gcc/params.def
parent1779dc343a559d1d822e8cbcb998bcde049c5123 (diff)
downloadgcc-dfea20f1a4ea6f8296f7e857d9f911474ae278fa.zip
gcc-dfea20f1a4ea6f8296f7e857d9f911474ae278fa.tar.gz
gcc-dfea20f1a4ea6f8296f7e857d9f911474ae278fa.tar.bz2
params.def (PARAM_IPA_MAX_AGG_ITEMS): New parameter.
2012-09-10 Martin Jambor <mjambor@suse.cz> * params.def (PARAM_IPA_MAX_AGG_ITEMS): New parameter. * ipa-prop.c: Include params.h. (IPA_MAX_AFF_JF_ITEMS): Removed. (determine_known_aggregate_parts): Use param value of PARAM_IPA_MAX_AGG_ITEMS instead of IPA_MAX_AFF_JF_ITEMS. * Makefile.in (ipa-prop.o): Add PARAMS_H dependency. From-SVN: r191150
Diffstat (limited to 'gcc/params.def')
-rw-r--r--gcc/params.def6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/params.def b/gcc/params.def
index 17351bf..c7f27fe 100644
--- a/gcc/params.def
+++ b/gcc/params.def
@@ -885,6 +885,12 @@ DEFPARAM (PARAM_IPA_CP_EVAL_THRESHOLD,
"beneficial to clone.",
500, 0, 0)
+DEFPARAM (PARAM_IPA_MAX_AGG_ITEMS,
+ "ipa-max-agg-items",
+ "Maximum number of aggregate content items for a parameter in "
+ "jump functions and lattices",
+ 16, 0, 0)
+
/* WHOPR partitioning configuration. */
DEFPARAM (PARAM_LTO_PARTITIONS,