From patchwork Sat Nov 6 17:21:32 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 70332 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 6C092B7112 for ; Sun, 7 Nov 2010 04:21:51 +1100 (EST) Received: (qmail 31527 invoked by alias); 6 Nov 2010 17:21:46 -0000 Received: (qmail 31516 invoked by uid 22791); 6 Nov 2010 17:21:45 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from vexpert.dbai.tuwien.ac.at (HELO vexpert.dbai.tuwien.ac.at) (128.131.111.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 06 Nov 2010 17:21:35 +0000 Received: from acrux.dbai.tuwien.ac.at (acrux.dbai.tuwien.ac.at [128.131.111.60]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTPS id E7E8A1E041 for ; Sat, 6 Nov 2010 18:21:29 +0100 (CET) Date: Sat, 6 Nov 2010 18:21:32 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] rotate news Message-ID: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Installed. Gerald Index: index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revision 1.761 diff -u -3 -p -r1.761 index.html --- index.html 3 Nov 2010 16:16:44 -0000 1.761 +++ index.html 6 Nov 2010 17:20:59 -0000 @@ -77,16 +77,6 @@ target by Michael Eager, Eager Consultin
April 14, 2010
GCC 4.5.0 has been released.
-
January 25, 2010
-
An - experimental - profile mode has been added. This is an implementation of many - C++ Standard library constructs with an additional analysis layer - that gives performance improvement advice based on recognition of - suboptimal usage patterns. Code was contributed by Silvius Rus, - Lixia Liu, and Changhee Jung with the assistance of Benjamin - Kosnik, Paolo Carlini, and Jonathan Wakely.
-
Index: news.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/news.html,v retrieving revision 1.122 diff -u -3 -p -r1.122 news.html --- news.html 7 Aug 2010 17:50:57 -0000 1.122 +++ news.html 6 Nov 2010 17:21:00 -0000 @@ -14,6 +14,16 @@ home page.

+
January 25, 2010
+
An + experimental + profile mode has been added. This is an implementation of many + C++ Standard library constructs with an additional analysis layer + that gives performance improvement advice based on recognition of + suboptimal usage patterns. Code was contributed by Silvius Rus, + Lixia Liu, and Changhee Jung with the assistance of Benjamin + Kosnik, Paolo Carlini, and Jonathan Wakely.
+
January 21, 2010
GCC 4.4.3 has been released.