This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [patch] Avoid memory allocations when making futures ready
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: Dominique Dhumieres <dominiq at lps dot ens dot fr>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>, "libstdc++" <libstdc++ at gcc dot gnu dot org>, Jonathan Wakely <jwakely at redhat dot com>
- Date: Thu, 7 Aug 2014 23:09:40 +0100
- Subject: Re: [patch] Avoid memory allocations when making futures ready
- Authentication-results: sourceware.org; auth=none
- References: <20140807220718 dot C3361105 at mailhost dot lps dot ens dot fr>
On 7 August 2014 23:07, Dominique Dhumieres wrote:
>> This patch replaces some reference members with pointers, ...
>> ...
>> Tested x86_64-linux, committed to trunk.
>
> This breaks bootstrap (see https://gcc.gnu.org/ml/gcc-regression/2014-08/):
Strange, I didn't see that - I'll fix it ASAP.