Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 48035 invoked from network); 10 Dec 2007 06:55:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Dec 2007 06:55:15 -0000 Received: (qmail 4690 invoked by uid 500); 10 Dec 2007 06:55:03 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 4681 invoked by uid 500); 10 Dec 2007 06:55:03 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 4670 invoked by uid 99); 10 Dec 2007 06:55:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Dec 2007 22:55:03 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2007 06:54:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4102771425F for ; Sun, 9 Dec 2007 22:54:43 -0800 (PST) Message-ID: <10107246.1197269683264.JavaMail.jira@brutus> Date: Sun, 9 Dec 2007 22:54:43 -0800 (PST) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Updated: (STDCXX-544) [gcc] use __builtin functions In-Reply-To: <32382580.1189097792264.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-544: -------------------------------- Severity: Inefficiency Affects Version/s: 4.1.2 4.1.4 4.2.0 Fix Version/s: 4.2.1 Summary: [gcc] use __builtin functions (was: use gcc __builtin functions) Affects all released versions. This makes a lot of sense. We should definitely do a review and take advantage of not just the gcc built-ins but of other compilers' as well. It can be done piecemeal, one compiler at a time, and we can probably also roll it out in stages starting with 4.2.1. > [gcc] use __builtin functions > ----------------------------- > > Key: STDCXX-544 > URL: https://issues.apache.org/jira/browse/STDCXX-544 > Project: C++ Standard Library > Issue Type: Improvement > Components: Build > Affects Versions: 4.1.2, 4.1.3, 4.1.4, 4.2.0 > Environment: gcc > Reporter: Mark Brown > Fix For: 4.2.1 > > > Gcc provides many built-in equivalents of C library functions like memcpy or strlen for optimization purposes. stdcxx should take advantage of them when possible to deliver better performance. > http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/Other-Builtins.html#Other-Builtins -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.