This is the mail archive of the gdb-patches@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]

Re: [RFC] Support for comdat-based dwarf debug info reduction for types.


Doug,

> Hi.  Here is my current patch to support comdat-based dwarf debug info
> reduction for types.
> 
> http://wiki.dwarfstd.org/index.php?title=COMDAT_Type_Sections

I don't remember anyone answering your email. That's too bad, because
I think that any attempt at reducing the size of debugging info is
interesting.

> I'm hoping someone can find some to give me a review.
> The patch can't go in today as the corresponding GCC support isn't
> in the main trunk yet.

Regarding timing, I don't think we have to wait for GCC. As far as I can
tell, this would add a functionality without disturbing the current
behavior, right? Or perhaps the problem is actual testing of your code?

Speaking of GCC, do you know the status of the enhancement?

> This patch is incomplete in that the proposal has moved the ODR signature
> from the CU header to an attribute.
> This is a trivial change, relative to the entire patch.

Do you have an updated version of your patch. I've mostyl been hacking
the dwarf2 reader, so hopefully someone more veteran can review the
code eventually, but my comments will (hopefully!) be better than
nothing :).

-- 
Joel


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