[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/5990] running out of file descriptors when linking >1024 files
From: |
cvs-commit at gcc dot gnu dot org |
Subject: |
[Bug gold/5990] running out of file descriptors when linking >1024 files |
Date: |
28 Feb 2009 03:05:24 -0000 |
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-02-28
03:05 -------
Subject: Bug 5990
CVSROOT: /cvs/src
Module name: src
Changes by: address@hidden 2009-02-28 03:05:08
Modified files:
gold : ChangeLog descriptors.cc descriptors.h
Log message:
PR 5990
* descriptors.h (Open_descriptor): Add is_on_stack field.
* descriptors.cc (Descriptors::open): If the descriptor is on the
top of the stack, remove it. Initialize is_on_stack field.
(Descriptors::release): Only add pod to stack if it is not on the
stack already.
(Descriptors::close_some_descriptor): Clear stack_next and
is_on_stack fields.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.183&r2=1.184
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/descriptors.cc.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/descriptors.h.diff?cvsroot=src&r1=1.3&r2=1.4
--
http://sourceware.org/bugzilla/show_bug.cgi?id=5990
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
- [Bug gold/5990] running out of file descriptors when linking >1024 files,
cvs-commit at gcc dot gnu dot org <=