This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Rb_tree constructor optimization
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Ville Voutilainen <ville dot voutilainen at gmail dot com>
- Cc: François Dumont <frs dot dumont at gmail dot com>, "libstdc++ at gcc dot gnu dot org" <libstdc++ at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 1 May 2018 23:28:24 +0200
- Subject: Re: Rb_tree constructor optimization
- References: <f40ddfa2-8870-00cd-ef51-48aca7af7aff@gmail.com> <CAFk2RUYuo2yv=J5pAwT2bOX-+FR23BsL8vpC9NmX7wUYtBWEpQ@mail.gmail.com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Wed, May 02, 2018 at 12:23:27AM +0300, Ville Voutilainen wrote:
> On 1 May 2018 at 22:56, François Dumont <frs.dumont@gmail.com> wrote:
> > Hi
> >
> > If not told otherwise I'll commit attached patch tomorrow.
>
>
> Commit it where? The 8.1 release is not out yet, so we shouldn't be
> pushing new stuff onto trunk yet.
> Nor should we push such stuff into the release branch.
It is ok to commit stuff to trunk now, just not 8 branch.
Jakub