* doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Document
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Feb 2003 16:56:04 +0000 (16:56 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Feb 2003 16:56:04 +0000 (16:56 +0000)
commit2577ed5c3fc914354281428d2b71bf53b84f4559
treecfe1a9e59e70d3dbd2ef4ee6e573924fe4e282b0
parentc83942f639c6bdac57002bceffd03f76a3c5f401
* doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Document
new default behavior.
* ggc-common.c: Include sys/resource.h.
(ggc_rlimit_bound): New function.
(ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Update
defaults to account for rlimits.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63323 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/doc/invoke.texi
gcc/ggc-common.c