This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug symtab/15376] New: IWBN to allocate more Fission objects on comp_unit_obstack instead of objfile_obstack


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

             Bug #: 15376
           Summary: IWBN to allocate more Fission objects on
                    comp_unit_obstack instead of objfile_obstack
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: symtab
        AssignedTo: unassigned@sourceware.org
        ReportedBy: dje@google.com
    Classification: Unclassified


Filing this away for future reference.
[Since FIXMEs in the code are generally frowned on, sigh.]

Some of the Fission data structures in dwarf2read.c could live on
comp_unit_obstack instead of objfile_obstack.
Some are easier than others (e.g. struct dwo_unit when using DWP files).

Fission:
   http://gcc.gnu.org/wiki/DebugFission                                         
   http://gcc.gnu.org/wiki/DebugFissionDWP

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]