patchGNU Libtool - Patches: patch #6104, reduce space complexity for...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #6104: reduce space complexity for piecewise linking

Submitter:  None
Submitted:  Wed 18 Jul 2007 12:25:50 AM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  None Originator Email:  -email is unavailable-
Open/Closed:  Closed

Wed 12 Mar 2008 07:52:25 PM UTC, comment #1: 

This has been dealt with on 2007-2007-07-23.

Ralf Wildenhues <rwild>
Group Member
Wed 18 Jul 2007 12:25:50 AM UTC, original submission:  

The space complexity of the piecewise linking code is O(n^2) because it keeps all the intermediate object files. On big projects, this can quickly eat up gigabytes of hard disk space unneccessarily. So I propose the attached minimally intrusive patch which reduces the complexity to O(n).

Regards,

Isidor

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #13380:  libtool-on.patch added by None (1004B - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rwild (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2008-03-12 rwild Open/ClosedOpen Closed
    2007-07-18 None Attached File- Added libtool-on.patch, #13380

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code