------- Additional Comments From dcoutts at gentoo dot org  2006-03-17 12:33 
-------
Changing summary to be more accurate. The quadratic thing is a misleading since
we only get that behaviour with xargs (where we're basically running ranlib a
linear number of times on an archive that is growing linearly).

The real problem is with the fact that ranlib allocates bfd resources for each
archive member simultaniously while building the symbol armap. It seems possible
that it could be done by only allocating bfd resources for one archive member at
a time (+ space for the symbol map that is being accumulated).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|"ar q" gives quadratic      |"ar q" / ranlib has large
                   |memory use                  |memory use (linear in
                   |                            |archive size)


http://sourceware.org/bugzilla/show_bug.cgi?id=2467

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to