This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] PR libstdc++/80506 fix constant used in condition
- From: Jonathan Wakely <jwakely at redhat dot com>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>
- Cc: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org, Vincent Poinot <poinot dot v at gmail dot com>
- Date: Wed, 26 Apr 2017 10:16:01 +0100
- Subject: Re: [PATCH] PR libstdc++/80506 fix constant used in condition
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jwakely at redhat dot com
- Dkim-filter: OpenDKIM Filter v2.11.0 mx1.redhat.com E6BF54E4FC
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com E6BF54E4FC
- References: <20170424134316.GA16538@redhat.com> <5a44e474-356e-dbab-a1a4-548d4e049441@oracle.com> <9edaa145-40e6-6e71-cc6f-afa643281e67@oracle.com>
On 26/04/17 11:14 +0200, Paolo Carlini wrote:
.. or maybe using the wrong constant only impacts the performance?!?
Yes, I think so. I did some very simple sanity tests and the numbers
were identical before and after.