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

[Bug c++/14609] C++ profiling bug makes string constructor calls <spontaneous>


------- Additional Comments From jhbrown at bluefinrobotics dot com  2004-03-16 20:04 -------
Subject: Re:  C++ profiling bug makes string constructor calls <spontaneous>

I had, perhaps foolishly, assumed that STL constructors would be
implemented in the templates, rather than in a library.  Based on that
assumption, combined with the seemingly-arbitrary combination of
things that seemed to generate or fail to generate the <spontaneous>
appearances, I had convinced myself it was a g++ bug.  My apologies.

If anyone could point me towrad documentation on how to go about
profiling this code, I would be quite grateful.

Thanks,
Jeremy


"pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org> writes:
> ------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-16 19:04 -------
> There is no problem here, except that the call string::string is a shared library which is not profiled.
> 
> -- 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>              Status|UNCONFIRMED                 |RESOLVED
>          Resolution|                            |INVALID
> 
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14609
> 
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14609


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