]> gcc.gnu.org Git - gcc.git/commit - gcc/ChangeLog
ggc-common.c (ggc_rlimit_bound): Don't check RSS limit.
authorGeoffrey Keating <geoffk@apple.com>
Mon, 9 Aug 2004 20:19:30 +0000 (20:19 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Mon, 9 Aug 2004 20:19:30 +0000 (20:19 +0000)
commitd37e6b50362c82ee6bcb630a949e7e38830901ba
treedf6c93a853578b39eba773b6fd6680e05533dc64
parent56b043c808696e62bde8e722741432a2b3caa032
ggc-common.c (ggc_rlimit_bound): Don't check RSS limit.

* ggc-common.c (ggc_rlimit_bound): Don't check RSS limit.
Check DATA limit only if there's no AS limit.  Ignore insanely
low DATA limits.
(ggc_min_heapsize_heuristic): Don't divide AS or RSS limits by 8,
but take care that the AS limit isn't overrun.
* doc/invoke.texi: Update documentation of min-heapsize parameter.

From-SVN: r85722
gcc/ChangeLog
gcc/doc/invoke.texi
gcc/ggc-common.c
This page took 0.613377 seconds and 5 git commands to generate.