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 10:41:40AM -0700, Devang Patel wrote:
> 
> On Jul 29, 2005, at 10:24 AM, Daniel Jacobowitz wrote:
> 
> >On Fri, Jul 29, 2005 at 10:21:03AM -0700, Geoffrey Keating wrote:
> >
> >>Hi Fariborz,
> >>
> >>I believe that this is best fixed by:
> >>
> >>- Moving to DWARF
> >>- Having Jim's patch which provides correct DWARF information for
> >>inline functions
> >>
> >
> >While I agree with this...
> 
> I am not sure, how will it solve CHUD team's puzzle ?

In the same way as it will solve GDB's.  Once you have inlining data,
you can choose to ignore specific inline functions as not interesting -
the difference is that the consumer can now make this choice, instead
of the producer.  Then you credit the samples taken in those inline
functions to their call sites using DW_AT_call_line.


-- 
Daniel Jacobowitz
CodeSourcery, LLC


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