This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: PATCH: __nodebug__ attribute for use on SSE intrinsic wrappers


On Fri, Jul 29, 2005 at 01:36:42PM -0700, Mike Stump wrote:
> On Friday, July 29, 2005, at 11:19 AM, Daniel Jacobowitz wrote:
> >Yes.  My point is that the attribute should ADD to the debug info, not
> >SUBTRACT.
> 
> Ok, let me ask a few question, do you have any users?
> 
> How many?

Mike, please be civil.  I haven't spent four years working on GDB so
that you can claim I don't know anything about the implications of
additional debug information.

> Have they ever complained about the debug information being too big?

That's just not relevant here.  If you want to eliminate them _for the
purpose of reducing the size of debug information_ then do it under a
switch with that documented effect.  The information is valuable, even
if you don't care about it personally.  If your goal is to improve the
debugging experience, the right way to do this in DWARF is almost never
to provide less information.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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