Bug 15376 - IWBN to allocate more Fission objects on comp_unit_obstack instead of objfile_obstack
Summary: IWBN to allocate more Fission objects on comp_unit_obstack instead of objfile...
Status: NEW
Alias: None
Product: gdb
Classification: Unclassified
Component: symtab (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-18 00:55 UTC by dje
Modified: 2013-04-18 00:55 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dje 2013-04-18 00:55:55 UTC
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