bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/21679] New: bfd_get_file_size should be cached for readonly file


From: hjl.tools at gmail dot com
Subject: [Bug ld/21679] New: bfd_get_file_size should be cached for readonly file
Date: Mon, 26 Jun 2017 23:19:11 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=21679

            Bug ID: 21679
           Summary: bfd_get_file_size should be cached for readonly file
           Product: binutils
           Version: 2.29 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ld
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
  Target Milestone: ---

bfd_get_file_size may be called many times on the same input file with
many sections.  It should be cached to avoid calling fstat over and over
again.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]