aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
diff options
context:
space:
mode:
authorAndrew MacLeod <amacleod@redhat.com>2001-07-26 13:59:22 +0000
committerAndrew Macleod <amacleod@gcc.gnu.org>2001-07-26 13:59:22 +0000
commit4a121cc34cd8153380aee3246979b8fb35e2a88f (patch)
treed529585912a27f24d918c1691b52427ec3a93d8a /gcc/flow.c
parentdb3ef87b8a1858f77998a9e8a5275cc5755350d7 (diff)
downloadgcc-4a121cc34cd8153380aee3246979b8fb35e2a88f.zip
gcc-4a121cc34cd8153380aee3246979b8fb35e2a88f.tar.gz
gcc-4a121cc34cd8153380aee3246979b8fb35e2a88f.tar.bz2
params.def (PARAM_MAX_PENDING_LIST_LENGTH): Add parameter to limit length of dependancy flush list.
2001-07-26 Andrew MacLeod <amacleod@redhat.com> * params.def (PARAM_MAX_PENDING_LIST_LENGTH): Add parameter to limit length of dependancy flush list. * params.h (MAX_PENDING_LIST_LENGTH): Define. * sched-int.h (struct deps): Add pending_flush_length field. * sched-deps.c (flush_pending_lists): Last_pending_memory_flush now has 1 element in it. (sched_analyze_1): Use MAX_PENDING_LIST_LENGTH. (sched_analyze): After a jump, if the pending memory flush list is too large, flush the pending lists. (init_deps): Initialize pending_flush_length to 0. * doc/invoke.texi (max_pending_list_length): Document parameter. From-SVN: r44398
Diffstat (limited to 'gcc/flow.c')
0 files changed, 0 insertions, 0 deletions