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 libstdc++/43554] profile-mode version of forward_list missing


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

--- Comment #7 from rus at google dot com 2010-10-03 07:06:26 UTC ---
Hello Paolo,

Thank you for the notification.  It's *much* easier to use debug mode as a
template than to start from scratch.

What is the time frame for 4.6.0?

For reference, what needs to be done at this point is a couple of new
diagnostics
1. "forward_list to vector": if the only operations are "insert_after last
element" and iteration, and if the size is always about the same.
2. "forward_list to deque": this needs a cost model.

Paolo, would it make sense to open tickets for other diagnostics as well,
even if it would take me a while to close them?  Maybe some student out
there will pick them if they're well defined.

Thank you,
Silvius


On Wed, Sep 29, 2010 at 5:01 AM, paolo.carlini at oracle dot com <
gcc-bugzilla@gcc.gnu.org> wrote:

> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43554
>
> --- Comment #6 from Paolo Carlini <paolo.carlini at oracle dot com>
> 2010-09-29 12:01:16 UTC ---
> The debug-mode bits are now in. It would be nice to have the profile-mode
> bits
> too for 4.6.0...
>
> --
> Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are the assignee for the bug.
>


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