]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/params.def
re PR tree-optimization/26260 (PTA is slow with large structs (hits clisp))
authorDaniel Berlin <dberlin@dberlin.org>
Tue, 14 Feb 2006 14:49:13 +0000 (14:49 +0000)
committerDaniel Berlin <dberlin@gcc.gnu.org>
Tue, 14 Feb 2006 14:49:13 +0000 (14:49 +0000)
commit98035a75ac5fca6590f63d08aa3a4914809a8855
tree9329bdf3c2d31755066d0772b7438f632c1ca28f
parentb076a3fd749f2060d33c477c70e18ed24ce83d96
re PR tree-optimization/26260 (PTA is slow with large structs (hits clisp))

2006-02-14  Daniel Berlin  <dberlin@dberlin.org>

Fix PR tree-optimization/26260

* doc/invoke.texi (max-fields-for-field-sensitive): Document
param.
* params.h (MAX_FIELDS_FOR_FIELD_SENSITIVE): New.
* params.def (PARAM_MAX_FIELDS_FOR_FIELD_SENSITIVE): Ditto.
* tree-ssa-structalias.c (create_variable_info_for): Use
MAX_FIELDS_FOR_FIELD_SENSITIVE.

From-SVN: r110972
gcc/ChangeLog
gcc/doc/invoke.texi
gcc/params.def
gcc/params.h
gcc/tree-ssa-structalias.c